Skinner

Customize your Google+, Twitter or Facebook's visual appearence.

Skinner란 무엇입니까?

Skinner은(는) Jin Gong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customize your Google+, Twitter or Facebook's visual appearence."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Skinner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        After installing, remember to Refresh your webpages.

If you want Samples, Reporting Bugs, Giving Advise,
come here: https://plus.google.com/collection/QmD2lB                    

확장 프로그램 기본 정보

이름 Skinner Skinner
ID hdokmnabbhhjoabkflcbiinijhomjnjk
공식 URL https://chromewebstore.google.com/detail/skinner/hdokmnabbhhjoabkflcbiinijhomjnjk
설명 Customize your Google+, Twitter or Facebook's visual appearence.
파일 크기 63.9 KB
설치 횟수 34
현재 버전 0.1.5.3
최근 업데이트 2017-01-25
출시 날짜 2017-01-25
평점 5.00/5 총 1 개의 평점
개발자 Jin Gong
결제 유형 free
확장 프로그램 웹 사이트 https://plus.google.com/collection/QmD2lB
도움말 페이지 URL https://plus.google.com/collection/QmD2lB
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skinner",
    "version": "0.1.5.3",
    "description": "Customize your Google+, Twitter or Facebook's visual appearence.",
    "icons": {
        "128": "icon.png"
    },
    "author": "XYYHun",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/plus.google.com\/",
        "https:\/\/facebook.com\/",
        "https:\/\/twitter.com\/"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/libs\/jquery-3.1.1.min.js",
            ".\/scripts\/libs\/style-template.js",
            ".\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                ".\/scripts\/apply.js"
            ]
        }
    ]
}