Finch Developer Tools

Save, version and share Chrome DevTools Styles changes

Finch Developer Toolsคืออะไร?

Finch Developer Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://finch.io และคุณลักษณะหลักของมันคือ "Save, version and share Chrome DevTools Styles changes"

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

screenshot
screenshot

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

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

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

                        All changes you make in the css code at DevTools Styles will be saved locally on your computer.
If you refresh the page or close the browser - the changes will be applied to your website.
You can view, edit and remove the changes in a separate DevTools tab.

Connecting the plugin with your Finch.io account allows you to create multiple versions on each site, synchronise or share them.                    

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

ชื่อ Finch Developer Tools Finch Developer Tools
ID phgdjnidddpccdkbedmfifceiljljgdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/finch-developer-tools/phgdjnidddpccdkbedmfifceiljljgdo
คำอธิบาย Save, version and share Chrome DevTools Styles changes
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 2,116
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2017-11-29
วันที่เผยแพร่ 2017-11-29
คะแนน 3.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://finch.io
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://finch.io
URL หน้าช่วยเหลือ https://help.finch.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Finch Developer Tools",
    "short_name": "Finch",
    "description": "Save, version and share Chrome DevTools Styles changes",
    "homepage_url": "https:\/\/finch.io",
    "version": "0.1.5",
    "minimum_chrome_version": "49.0",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "downloads",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/finch-16.png",
        "48": "icons\/finch-48.png",
        "128": "icons\/finch-128.png"
    },
    "browser_action": {
        "default_title": "Finch",
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/Finch"
    ]
}