imgur heart
Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
Qu'est-ce que imgur heart ?
imgur heart est une extension Chrome développée par from-nibly, et sa fonction principale est "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension imgur heart
Téléchargez les fichiers d'extension imgur heart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | imgur heart |
ID | kcdgmpophadgjfkjdefoinnbnikhlone |
URL Officiel | https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone |
Description | Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love |
Taille du Fichier | 186 KB |
Nombre d'Installations | 90 |
Version Actuelle | 1.18 |
Dernière Mise à Jour | 2015-06-11 |
Date de Publication | 2015-06-11 |
Évaluation | 4.95/5 Total 20 Évaluations |
Développeur | from-nibly |
Type de Paiement | free |
Site Web de l'Extension | http://fromnibly.com |
Langues Prises en Charge | 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" ] } |