Reverse-Engineer-er
Imitation is the highest form of flattery
Cos'è Reverse-Engineer-er?
Reverse-Engineer-er è un'estensione di Chrome sviluppata da hungryhungrytimo, e la sua funzione principale è "Imitation is the highest form of flattery".
Scarica il file CRX dell'estensione Reverse-Engineer-er
Scarica i file di estensione Reverse-Engineer-er 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
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fdhojghdoifnfnfdoenkgpdclfimdaif |
URL Ufficiale | https://chrome.google.com/webstore/detail/fdhojghdoifnfnfdoenkgpdclfimdaif |
Descrizione | Imitation is the highest form of flattery |
Dimensione del File | 365 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2015-11-12 |
Data di Pubblicazione | 2015-11-12 |
Sviluppatore | hungryhungrytimo |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |