imgur heart
Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
O que é imgur heart?
imgur heart é uma extensão do Chrome desenvolvida por from-nibly, e sua principal característica é "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão imgur heart
Baixe arquivos de extensão imgur heart no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | imgur heart |
ID | kcdgmpophadgjfkjdefoinnbnikhlone |
URL Oficial | https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone |
Descrição | Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love |
Tamanho do Arquivo | 186 KB |
Contagem de Instalações | 90 |
Versão Atual | 1.18 |
Última Atualização | 2015-06-11 |
Data de Publicação | 2015-06-11 |
Classificação | 4.95/5 Total de 20 Avaliações |
Desenvolvedor | from-nibly |
Tipo de Pagamento | free |
Site da Extensão | http://fromnibly.com |
Idiomas Suportados | 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" ] } |