imgur heart
Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
Cos'è imgur heart?
imgur heart è un'estensione di Chrome sviluppata da from-nibly, e la sua funzione principale è "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione imgur heart
Scarica i file di estensione imgur heart 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
Other Features Adds tags to bottom bar. Adds upvote bar with optional inline vote statistics. Op is a ___ feature where you can change OP to whatever you want. Can change the imgur site text color.
Informazioni di Base sull'Estensione
Nome | imgur heart |
ID | kcdgmpophadgjfkjdefoinnbnikhlone |
URL Ufficiale | https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone |
Descrizione | Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love |
Dimensione del File | 186 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 1.18 |
Ultimo Aggiornamento | 2015-06-11 |
Data di Pubblicazione | 2015-06-11 |
Valutazione | 4.95/5 Totale 20 Valutazioni |
Sviluppatore | from-nibly |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://fromnibly.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "imgur heart", "description": "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love", "version": "1.18", "options_page": "options\/options.html", "permissions": [ "storage" ], "icons": { "128": "img\/bigicon.png" }, "options_ui": { "page": "options\/options.html" }, "browser_action": { "name": "bring back heart", "icons": [ "img\/icon.png" ], "default_icon": "img\/icon.png" }, "background": { "scripts": [ "lib\/js\/jquery.js", "options\/event.js" ], "persistent": false }, "content_scripts": [ { "css": [ "background\/background.css", "lib\/css\/bootstrap.css" ], "js": [ "lib\/js\/jquery.js", "background\/background.js", "lib\/js\/bootstrap.min.js" ], "matches": [ "http:\/\/imgur.com\/gallery\/*", "https:\/\/imgur.com\/gallery\/*", "http:\/\/*.imgur.com\/gallery\/*", "https:\/\/*.imgur.com\/gallery\/*", "http:\/\/imgur.com\/t\/*\/*", "https:\/\/imgur.com\/t\/*\/*", "http:\/\/*.imgur.com\/t\/*\/*", "https:\/\/*.imgur.com\/t\/*\/*", "http:\/\/imgur.com\/topic\/*\/*", "https:\/\/imgur.com\/topic\/*\/*", "http:\/\/*.imgur.com\/topic\/*\/*", "https:\/\/*.imgur.com\/topic\/*\/*", "http:\/\/anton-portfolio.info\/*" ] } ], "web_accessible_resources": [ "img\/sprites.png", "css\/greenheart.css" ] } |