Pink it

Make webpages pink (because you can)

Pink it là gì?

Pink it là một tiện ích mở rộng Chrome được phát triển bởi River Liu, và tính năng chính của nó là "Make webpages pink (because you can)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pink it

Tải xuống các tệp mở rộng Pink it dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension will make your webpages pink!

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
URL Chính Thức https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
Mô tả Make webpages pink (because you can)
Kích Thước Tệp 13.27 KB
Số Lần Cài Đặt 2,069
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-04-21
Ngày Phát Hành 2019-04-18
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển River Liu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/river34/pink-it
URL Trang Trợ Giúp https://github.com/river34/pink-it
Ngôn Ngữ Được Hỗ Trợ 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"
}