Kosher Chrome
No images, stay 2 seconds on a picture with your cursor to show the image.
O que é Kosher Chrome?
Kosher Chrome é uma extensão do Chrome desenvolvida por mamaorha, e sua principal característica é "No images, stay 2 seconds on a picture with your cursor to show the image.".
Baixar o arquivo CRX da Extensão Kosher Chrome
Baixe arquivos de extensão Kosher Chrome 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
No images, stay 2 seconds on a picture with your cursor to show the image.
Informações Básicas da Extensão
Nome | |
ID | ekdgaoikjklhncnbafkchpjbfjpgmcjh |
URL Oficial | https://chrome.google.com/webstore/detail/kosher-chrome/ekdgaoikjklhncnbafkchpjbfjpgmcjh |
Descrição | No images, stay 2 seconds on a picture with your cursor to show the image. |
Tamanho do Arquivo | 194 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.1 |
Última Atualização | 2014-12-15 |
Data de Publicação | 2014-12-15 |
Desenvolvedor | mamaorha |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kosher Chrome", "version": "1.1", "description": "No images, stay 2 seconds on a picture with your cursor to show the image.", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "jquery.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |