App & Extension List Easy Copy
Chrome App & Extension List, Easy Copy
What is App & Extension List Easy Copy?
App & Extension List Easy Copy is a Chrome extension developed by JX Wang, and its main feature is "Chrome App & Extension List, Easy Copy".
Extension Screenshots
Download App & Extension List Easy Copy Extension CRX File
Download App & Extension List Easy Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
可以方便地拷贝 app 和 extension 列表,支持三种格式:html、text 和 markdown。 便于拷贝到其它地方与别人分享。 在这个页面基本可以实现在原扩展页面的多数功能,如:launch app、查看权限、打开配置页、卸载、enable/disable。 也就是说除了那些跟开发有关的功能之外,这儿都有了。 最最需要强调的是,这个扩展安装之后除了打开那么一会,其它时候不占用任何内存资源。
Extension Basic Information
Name | App & Extension List Easy Copy |
ID | lijlbmellonpecooepplimfegbpfglbi |
Official URL | https://chromewebstore.google.com/detail/app-extension-list-easy-c/lijlbmellonpecooepplimfegbpfglbi |
Description | Chrome App & Extension List, Easy Copy |
File Size | 648 KB |
Installation Count | 191 |
Current Version | 1.6 |
Last Updated | 2013-04-29 |
Publish Date | 2013-04-29 |
Rating | 4.17/5 Total 6 Ratings |
Developer | JX Wang |
Payment Type | free |
Extension Website | http://www.someok.com/ |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "App & Extension List Easy Copy" }, "default_locale": "en", "minimum_chrome_version": "22", "version": "1.6", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com chrome:\/\/extensions\/; object-src 'self'", "web_accessible_resources": [ "img\/icon-48.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Chrome App & Extension List, Easy Copy", "name": "App & Extension List Easy Copy", "background": { "scripts": [ "js\/eventpage.js" ], "persistent": false }, "permissions": [ "management" ], "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png", "16": "img\/icon-16.png" }, "manifest_version": 2 } |