Emoticon input everywhere
Allow input emoticon in everywhere
Cos'è Emoticon input everywhere?
Emoticon input everywhere è un'estensione di Chrome sviluppata da Robin Huy, e la sua funzione principale è "Allow input emoticon in everywhere".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Emoticon input everywhere
Scarica i file di estensione Emoticon input everywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Emoticon input everywhere is a free extension that lets you view and copy emoticons to use everywhere.
Features:
- Choose the emoticon, Click & Paste to almost everywhere you can.
- Save 10 recent emoticons.
- Total 280 emoticons, separate 4 categories. Informazioni di Base sull'Estensione
| Nome | |
| ID | bohndelehfpgmhpfohgnoihjdknklnbf |
| URL Ufficiale | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
| Descrizione | Allow input emoticon in everywhere |
| Dimensione del File | 11.64 KB |
| Conteggio Installazioni | 135 |
| Versione Corrente | 1.3 |
| Ultimo Aggiornamento | 2017-03-21 |
| Data di Pubblicazione | 2017-03-21 |
| Valutazione | 4.73/5 Totale 15 Valutazioni |
| Sviluppatore | Robin Huy |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/robinhuy/emoticon-input |
| URL della Pagina di Aiuto | https://github.com/robinhuy/emoticon-input |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Emoticon input everywhere",
"short_name": "Emoticon input",
"description": "Allow input emoticon in everywhere",
"version": "1.3",
"author": "Robin Huy",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Emoticon input everywhere"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"activeTab"
]
} | |