Finch Developer Tools

Save, version and share Chrome DevTools Styles changes

Qu'est-ce que Finch Developer Tools ?

Finch Developer Tools est une extension Chrome développée par https://finch.io, et sa fonction principale est "Save, version and share Chrome DevTools Styles changes".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Finch Developer Tools

Téléchargez les fichiers d'extension Finch Developer Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Finch Developer Tools Finch Developer Tools
ID phgdjnidddpccdkbedmfifceiljljgdo
URL Officiel https://chromewebstore.google.com/detail/finch-developer-tools/phgdjnidddpccdkbedmfifceiljljgdo
Description Save, version and share Chrome DevTools Styles changes
Taille du Fichier 1.51 MB
Nombre d'Installations 2,116
Version Actuelle 0.1.5
Dernière Mise à Jour 2017-11-29
Date de Publication 2017-11-29
Évaluation 3.91/5 Total 11 Évaluations
Développeur https://finch.io
Type de Paiement free
Site Web de l'Extension https://finch.io
URL de la Page d'Aide https://help.finch.io
Langues Prises en Charge 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"
    ]
}