All Projects → ivebencrazy → favioli

ivebencrazy / favioli

Licence: MIT license
Emoji Favicons for the web. 👊🤯

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to favioli

Awesome Emoji Picker
Add-on/WebExtension that provides a modern emoji picker that you can use to find and copy/insert emoji into the active web page.
Stars: ✭ 54 (-1.82%)
Mutual labels:  emoji, firefox-addon
recyclebin
♻️ measures usage of a particular term on twitter
Stars: ✭ 21 (-61.82%)
Mutual labels:  emoji
react-emoji-input
😂 Emoji suggestions like the textareas in GitHub
Stars: ✭ 29 (-47.27%)
Mutual labels:  emoji
emojicodes
An extension to use emoji codes in your Sphinx documentation! 😍
Stars: ✭ 39 (-29.09%)
Mutual labels:  emoji
emojimix
🤖 emojimix implemented in Svelte 🤖
Stars: ✭ 24 (-56.36%)
Mutual labels:  emoji
md-file-tree
Generate markdown list of all the files in a directory. Now also with emoji 📂 📄
Stars: ✭ 130 (+136.36%)
Mutual labels:  emoji
new-word-tab
A browser extension to learn a new word per new tab
Stars: ✭ 30 (-45.45%)
Mutual labels:  firefox-addon
gomoji
Helpful functions to work with emoji in Golang
Stars: ✭ 63 (+14.55%)
Mutual labels:  emoji
emoji-unicode
🤔 Search & Replace unicode emojis. Supports Unicode 10
Stars: ✭ 20 (-63.64%)
Mutual labels:  emoji
DarkCloud
SoundCloud Dark Theme
Stars: ✭ 52 (-5.45%)
Mutual labels:  firefox-addon
dark-mode
Dark Mode - Chrome extension. Relax your eyes at night and day.
Stars: ✭ 63 (+14.55%)
Mutual labels:  firefox-addon
sc-translator-crx
Focus on providing a great inline web translation experience. A translate extension for chrome.
Stars: ✭ 79 (+43.64%)
Mutual labels:  firefox-addon
aws-peacock-management-console
Browser Extension to show account alias and change color of AWS Management Console, even if AWS SSO.
Stars: ✭ 46 (-16.36%)
Mutual labels:  firefox-addon
ansi-to-svg
😹 convert ANSI Escaped CLI strings to SVGs
Stars: ✭ 18 (-67.27%)
Mutual labels:  emoji
browse-later
Browse later, a WebExtensions add-on.
Stars: ✭ 22 (-60%)
Mutual labels:  firefox-addon
gitmoji-intellij-plugin
Intellij plugin for add a button on the commit dialog to add gitmoji
Stars: ✭ 35 (-36.36%)
Mutual labels:  emoji
emoji-data-python
Emoji toolkit for python. Parse emoji from colons and much more...
Stars: ✭ 39 (-29.09%)
Mutual labels:  emoji
catmoji-colr
Twemoji, but with cats! Unicode 13.1! 🐱
Stars: ✭ 41 (-25.45%)
Mutual labels:  emoji
Recorder
A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
Stars: ✭ 277 (+403.64%)
Mutual labels:  firefox-addon
EmojiKeyBoard
自定义表情键盘(支持系统表情, 图片表情),仅供参考学习~
Stars: ✭ 36 (-34.55%)
Mutual labels:  emoji

Favioli 🤯

Download for Chrome Download for Firefox

Favioli is a tool for overriding Favicons for websites.

Quick Setup (For Building Release)

Release 2.0.1 was build with:

  • macOS 12.3.1
  • Deno 1.23.2
  • Bext v0.1.2

Directions for Shell on OSX (PowerShell on Windows is same, except for Deno installation step)

# install Deno @ v1.23.2
curl -fsSL https://deno.land/install.sh | sh -s v1.23.2

# Change directory to this repo
cd favioli

# Run bext packager @ v0.1.2
deno run -A https://deno.land/x/[email protected]/main.ts

# Unpacked extension output should be available in `dist/{browser}`
open dist/firefox

# You should be able to load your unpacked extension using a browser.

Development Setup

Deno is a javascript/typescript runtime (think spiritual successor to node.js)

bext is a set of browser extension build tools, types, and utilities for deno. It was created for Favioli.

To load Favioli into a browser, point to each browser's respective dist directory. Google and Mozilla each have resources about developing for their respective platforms.

If you want to install latest bext with more limited permissions:

deno install --name=bext --allow-read --allow-write --allow-run --allow-env -f https://deno.land/x/bext/main.ts
Commands What they Do
bext bundles extension and watch code
bext chrome bundles extension only for chrome
bext firefox bundles extension only for firefox
deno task test:all run code formatter, then unit tests
deno task test:update run code formatter, then unit tests

Inspiration

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].