Reverse-Engineer-er
Imitation is the highest form of flattery
O que é Reverse-Engineer-er?
Reverse-Engineer-er é uma extensão do Chrome desenvolvida por hungryhungrytimo, e sua principal característica é "Imitation is the highest form of flattery".
Baixar o arquivo CRX da Extensão Reverse-Engineer-er
Baixe arquivos de extensão Reverse-Engineer-er 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
Informações Básicas da Extensão
Nome | ![]() |
ID | fdhojghdoifnfnfdoenkgpdclfimdaif |
URL Oficial | https://chrome.google.com/webstore/detail/fdhojghdoifnfnfdoenkgpdclfimdaif |
Descrição | Imitation is the highest form of flattery |
Tamanho do Arquivo | 365 KB |
Contagem de Instalações | 24 |
Versão Atual | 0.0.5 |
Última Atualização | 2015-11-12 |
Data de Publicação | 2015-11-12 |
Desenvolvedor | hungryhungrytimo |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse-Engineer-er", "version": "0.0.5", "manifest_version": 2, "description": "Imitation is the highest form of flattery", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ] } |