Emoticon input everywhere
Allow input emoticon in everywhere
Vad är Emoticon input everywhere?
Emoticon input everywhere är en Chrome-tillägg utvecklad av Robin Huy, och dess huvudfunktion är "Allow input emoticon in everywhere".
Tilläggsskärmbilder
Ladda ner Emoticon input everywhere-förlängningens CRX-fil
Ladda ner Emoticon input everywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bohndelehfpgmhpfohgnoihjdknklnbf |
| Officiell webbadress | https://chromewebstore.google.com/detail/emoticon-input-everywhere/bohndelehfpgmhpfohgnoihjdknklnbf |
| Beskrivning | Allow input emoticon in everywhere |
| Filstorlek | 11.64 KB |
| Antal Installationer | 135 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2017-03-21 |
| Publiceringsdatum | 2017-03-21 |
| Betyg | 4.73/5 Totalt 15 Betyg |
| Utvecklare | Robin Huy |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/robinhuy/emoticon-input |
| Hjälpsida URL | https://github.com/robinhuy/emoticon-input |
| Stödda Språk | 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"
]
} | |