POWr Extension Cord

The easy way to install POWr Plugins

POWr Extension Cord란 무엇입니까?

POWr Extension Cord은(는) http://powr.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easy way to install POWr Plugins"입니다.

확장 프로그램 스크린샷

screenshot

POWr Extension Cord 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 POWr Extension Cord POWr Extension Cord
ID ofefmfemmcoaejoigijghpealelmjocc
공식 URL https://chrome.google.com/webstore/detail/powr-extension-cord/ofefmfemmcoaejoigijghpealelmjocc
설명 The easy way to install POWr Plugins
파일 크기 55 KB
설치 횟수 46
현재 버전 1.0
최근 업데이트 2015-08-27
출시 날짜 2015-08-27
평점 5.00/5 총 2 개의 평점
개발자 http://powr.io
결제 유형 free
확장 프로그램 웹 사이트 https://www.powr.io/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "POWr Plugins",
    "name": "POWr Extension Cord",
    "short_name": "POWr Cord",
    "description": "The easy way to install POWr Plugins",
    "version": "1.0.9",
    "version_name": "1.0",
    "options_page": "html\/options.html",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jimdo.com\/*",
                "*:\/\/*.squarespace.com\/*",
                "*:\/\/*.websitebuilder.godaddy.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/common.js",
                "scripts\/injected.js",
                "dependencies\/jquery.min.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.jimdo.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/platforms\/jimdo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.squarespace.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/platforms\/squarespace.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.websitebuilder.godaddy.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "scripts\/platforms\/godaddy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dependencies\/jquery.min.js"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "icons\/128-square.png"
    },
    "background": {
        "page": "html\/background.html"
    }
}