Styler

Add custom CSS styles, JavaScript & jQuery to any websites

Stylerคืออะไร?

Styler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luke Stateson และคุณลักษณะหลักของมันคือ "Add custom CSS styles, JavaScript & jQuery to any websites"

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

screenshot

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

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

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

                        Add custom CSS and JavaScript to any web pages.

Simple & Easy to use.

Support the Styler by writing a review!

Your support is very valuable and speeds up new features!

Open source, no tracking, no telemetry, no data collection.                    

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

ชื่อ Styler Styler
ID bogdgcfoocbajfkjjolkmcdcnnellpkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/styler/bogdgcfoocbajfkjjolkmcdcnnellpkb
คำอธิบาย Add custom CSS styles, JavaScript & jQuery to any websites
ขนาดไฟล์ 190 KB
จำนวนการติดตั้ง 12,253
เวอร์ชันปัจจุบัน 6.1.1
อัปเดตครั้งล่าสุด 2020-08-25
วันที่เผยแพร่ 2020-01-27
คะแนน 4.05/5 รวมทั้งหมด 129 คะแนน
ผู้พัฒนา Luke Stateson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://major-themes.com/
URL หน้าช่วยเหลือ https://major-themes.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Styler",
    "version": "6.1.1",
    "manifest_version": 2,
    "description": "Add custom CSS styles, JavaScript & jQuery to any websites",
    "browser_action": {
        "default_icon": "32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}