Unstyler

Toggle website styling.

Unstylerคืออะไร?

Unstyler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miguel Piedrafita และคุณลักษณะหลักของมันคือ "Toggle website styling."

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

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

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

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

                        With the Unstyler, you can toggle CSS from websites                    

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

ชื่อ Unstyler Unstyler
ID iniahmhgmcmkimliphhbgfkmichgccjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unstyler/iniahmhgmcmkimliphhbgfkmichgccjd
คำอธิบาย Toggle website styling.
ขนาดไฟล์ 27.57 KB
จำนวนการติดตั้ง 553
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2018-12-06
วันที่เผยแพร่ 2018-12-06
ผู้พัฒนา Miguel Piedrafita
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://miguelpiedrafita.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unstyler",
    "version": "1.0.1",
    "description": "Toggle website styling.",
    "homepage_url": "https:\/\/miguelpiedrafita.com",
    "author": "Miguel Piedrafita",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Unstyler"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "assets\/logo.png"
    }
}