Fix the Internet (with cats)

The internet has a problem: too many humans, not enough cats.

Fix the Internet (with cats)란 무엇입니까?

Fix the Internet (with cats)은(는) Harold Martin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The internet has a problem: too many humans, not enough cats."입니다.

확장 프로그램 스크린샷

screenshot

Fix the Internet (with cats) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Now with theming options                    

확장 프로그램 기본 정보

이름 Fix the Internet (with cats) Fix the Internet (with cats)
ID mepgiemobengimceillcbgbndhnnedlp
공식 URL https://chrome.google.com/webstore/detail/fix-the-internet-with-cat/mepgiemobengimceillcbgbndhnnedlp
설명 The internet has a problem: too many humans, not enough cats.
파일 크기 1.35 MB
설치 횟수 340
현재 버전 0.3.0
최근 업데이트 2015-11-19
출시 날짜 2015-11-19
평점 3.57/5 총 7 개의 평점
개발자 Harold Martin
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fix the Internet (with cats)",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "The internet has a problem: too many humans, not enough cats.",
    "homepage_url": "http:\/\/haroldmartin.me",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "src\/zepto.min.js",
            "src\/tracking\/tracking-min.js",
            "src\/tracking\/data\/face-min.js",
            "src\/tracking\/data\/eye-min.js",
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}