Web page modification

Web page modification

Web page modificationคืออะไร?

Web page modification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ita-in-ua.herokuapp.com และคุณลักษณะหลักของมันคือ "Web page modification"

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

screenshot

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

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

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

                        1.Сhange background color and text of any element of any page on the Internet. 
2.Меняйте цвет фона и текста любого элемента любой страницы в интернете.
3.e-mail: [email protected]                    

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

ชื่อ Web page modification Web page modification
ID ngdiongcifgelapcafnomekolgmaflad
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad
คำอธิบาย Web page modification
ขนาดไฟล์ 691 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.0.0.9
อัปเดตครั้งล่าสุด 2017-01-25
วันที่เผยแพร่ 2017-01-25
คะแนน 2.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://ita-in-ua.herokuapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ita-in-ua.herokuapp.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.0.9",
    "name": "Web page modification",
    "description": "Web page modification",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "modification_web_page_min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "start.js"
        ]
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "settings_32.png",
        "default_title": "page modification"
    }
}