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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harold Martin และคุณลักษณะหลักของมันคือ "The internet has a problem: too many humans, not enough cats."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fix the Internet (with cats)

ดาวน์โหลดไฟล์ส่วนขยาย Fix the Internet (with cats) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}