Reverse-Engineer-er
Imitation is the highest form of flattery
什么是Reverse-Engineer-er?
Reverse-Engineer-er是由hungryhungrytimo开发的Chrome扩展程序,该扩展的主要功能是“Imitation is the highest form of flattery”。
下载Reverse-Engineer-er扩展crx文件
下载Reverse-Engineer-er扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | fdhojghdoifnfnfdoenkgpdclfimdaif |
官方URL | https://chrome.google.com/webstore/detail/fdhojghdoifnfnfdoenkgpdclfimdaif |
简介 | Imitation is the highest form of flattery |
文件大小 | 365 KB |
安装次数 | 24 |
当前版本 | 0.0.5 |
更新时间 | 2015-11-12 |
上架时间 | 2015-11-12 |
开发者 | hungryhungrytimo |
付费类型 | free |
支持的语言 | 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" ] } |