Pink it

Make webpages pink (because you can)

Pink itคืออะไร?

Pink it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย River Liu และคุณลักษณะหลักของมันคือ "Make webpages pink (because you can)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pink it

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

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

                        This extension will make your webpages pink!

Reasons, if you may ask? 
Why there should be reasons?                    

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

ชื่อ Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
คำอธิบาย Make webpages pink (because you can)
ขนาดไฟล์ 13.27 KB
จำนวนการติดตั้ง 2,069
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-04-21
วันที่เผยแพร่ 2019-04-18
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา River Liu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/river34/pink-it
URL หน้าช่วยเหลือ https://github.com/river34/pink-it
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink it",
    "version": "0.1",
    "description": "Make webpages pink (because you can)",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "author": "River Liu",
    "devtools_page": "https:\/\/github.com\/river34\/pink-it",
    "homepage_url": "https:\/\/github.com\/river34\/pink-it"
}