Pics to Kittens

This extension makes The Internet better by replacing all images with cats.

Pics to Kittensคืออะไร?

Pics to Kittens เป็นส่วนขยายของ Chrome ที่พัฒนาโดย disregarding standards และคุณลักษณะหลักของมันคือ "This extension makes The Internet better by replacing all images with cats."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pics to Kittens

ดาวน์โหลดไฟล์ส่วนขยาย Pics to Kittens ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Why would you ever want to see a picture that isn't about a cat?

Make your internet a better experience by viewing cats as much as possible.



(Note: if an image is within an iframe, it *may* not be replaced. This is for security reasons.)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pics to Kittens Pics to Kittens
ID oajkgelibfmlfaelepkgocgpmopbphel
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel
คำอธิบาย This extension makes The Internet better by replacing all images with cats.
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 197
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-04-21
วันที่เผยแพร่ 2014-04-20
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา disregarding standards
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yvescourtois/chrome_to_cats
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pics to Kittens",
    "version": "1.1",
    "author": "Yves Courtois",
    "description": "This extension makes The Internet better by replacing all images with cats.",
    "homepage_url": "https:\/\/github.com\/yvescourtois\/pics_to_kittens",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Toggle on\/off."
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/options.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/cats.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ]
}