TinkerCSS

An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.

TinkerCSSคืออะไร?

TinkerCSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Baykara และคุณลักษณะหลักของมันคือ "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes."

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

screenshot

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

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

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

                        TinkerCSS appends a CSS style tag to the end of a HTML document , that you can then live modify via the extension's editor Inspector panel, and see the results in real-time.

The CSS you write is saved with reference to the page URL, so if you open the same page again and load the panel, your previously written snippet will load up.                    

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

ชื่อ TinkerCSS TinkerCSS
ID flbdabolfkgfmcnlheopgencfhjcllbp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tinkercss/flbdabolfkgfmcnlheopgencfhjcllbp
คำอธิบาย An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.
ขนาดไฟล์ 682 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2015-07-09
วันที่เผยแพร่ 2015-07-09
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jan Baykara
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/janbaykara/TinkerCSS
URL หน้าช่วยเหลือ https://github.com/janbaykara/TinkerCSS/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TinkerCSS",
    "description": "An inspector tools panel. Tinker with a site's CSS in real time, automatically remember your changes.",
    "manifest_version": 2,
    "version": "1.2.2",
    "icons": {
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "deps\/jquery.js",
                "lib\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "devtools_page": "lib\/devtools\/devtools.html"
}