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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

App & Extension List Easy Copy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        可以方便地拷贝 app 和 extension 列表,支持三种格式:html、text 和 markdown。

便于拷贝到其它地方与别人分享。

在这个页面基本可以实现在原扩展页面的多数功能,如:launch app、查看权限、打开配置页、卸载、enable/disable。

也就是说除了那些跟开发有关的功能之外,这儿都有了。

最最需要强调的是,这个扩展安装之后除了打开那么一会,其它时候不占用任何内存资源。                    

확장 프로그램 기본 정보

이름 App & Extension List Easy Copy App & Extension List Easy Copy
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
}