App & Extension List Easy Copy
Chrome App & Extension List, Easy Copy
什么是App & Extension List Easy Copy?
App & Extension List Easy Copy是由JX Wang开发的Chrome扩展程序,该扩展的主要功能是“Chrome App & Extension List, Easy Copy”。
扩展截图
下载App & Extension List Easy Copy扩展crx文件
下载App & Extension List Easy Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
可以方便地拷贝 app 和 extension 列表,支持三种格式:html、text 和 markdown。
便于拷贝到其它地方与别人分享。
在这个页面基本可以实现在原扩展页面的多数功能,如:launch app、查看权限、打开配置页、卸载、enable/disable。
也就是说除了那些跟开发有关的功能之外,这儿都有了。
最最需要强调的是,这个扩展安装之后除了打开那么一会,其它时候不占用任何内存资源。 扩展基本信息
| 名称 | |
| ID | lijlbmellonpecooepplimfegbpfglbi |
| 官方URL | https://chromewebstore.google.com/detail/app-extension-list-easy-c/lijlbmellonpecooepplimfegbpfglbi |
| 简介 | Chrome App & Extension List, Easy Copy |
| 文件大小 | 648 KB |
| 安装次数 | 191 |
| 当前版本 | 1.6 |
| 更新时间 | 2013-04-29 |
| 上架时间 | 2013-04-29 |
| 评分 | 4.17/5 共6次评分 |
| 开发者 | JX Wang |
| 付费类型 | free |
| 扩展官网 | http://www.someok.com/ |
| 支持的语言 | 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
} | |