texticon
Spice up your online presence with personality
Vad är texticon?
texticon är en Chrome-tillägg utvecklad av a.sun, och dess huvudfunktion är "Spice up your online presence with personality".
Tilläggsskärmbilder
Ladda ner texticon-förlängningens CRX-fil
Ladda ner texticon-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
Personalize your online comments with text emoticons and images.
Grundläggande Information om Tillägg
Namn | |
ID | ojimfcdjeojpbdnifbicklfnhmndadga |
Officiell webbadress | https://chromewebstore.google.com/detail/texticon/ojimfcdjeojpbdnifbicklfnhmndadga |
Beskrivning | Spice up your online presence with personality |
Filstorlek | 199 KB |
Antal Installationer | 45 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2017-03-05 |
Publiceringsdatum | 2017-03-05 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | a.sun |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "texticon", "description": "Spice up your online presence with personality", "version": "1.2", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "storage", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ] } |