GreyScale

See the web on GreyScale, cost effective, eye and printer friendly.

GreyScaleคืออะไร?

GreyScale เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yassine KHAYATI และคุณลักษณะหลักของมันคือ "See the web on GreyScale, cost effective, eye and printer friendly."

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

screenshot

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

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

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

                                            

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

ชื่อ GreyScale GreyScale
ID niolddlmnndioenelnjaimkigacoejjn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/greyscale/niolddlmnndioenelnjaimkigacoejjn
คำอธิบาย See the web on GreyScale, cost effective, eye and printer friendly.
ขนาดไฟล์ 6.1 KB
จำนวนการติดตั้ง 1,961
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-02-09
วันที่เผยแพร่ 2015-02-09
คะแนน 4.60/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Yassine KHAYATI
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/en/user/tos
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "gs_action_0.png",
        "48": "gs_action_0.png",
        "128": "gs_action_0.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "gs_action_0.png"
        },
        "default_title": "GreyScale"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "author": "__MSG_author__",
    "homepage_url": "http:\/\/khayati.net",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "background",
        "*:\/\/*\/*"
    ]
}