Finch Developer Tools

Save, version and share Chrome DevTools Styles changes

Finch Developer Tools क्या है?

Finch Developer Tools https://finch.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save, version and share Chrome DevTools Styles changes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Finch Developer Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}