Finch Developer Tools

Save, version and share Chrome DevTools Styles changes

Cos'è Finch Developer Tools?

Finch Developer Tools è un'estensione di Chrome sviluppata da https://finch.io, e la sua funzione principale è "Save, version and share Chrome DevTools Styles changes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Finch Developer Tools

Scarica i file di estensione Finch Developer Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Finch Developer Tools Finch Developer Tools
ID phgdjnidddpccdkbedmfifceiljljgdo
URL Ufficiale https://chromewebstore.google.com/detail/finch-developer-tools/phgdjnidddpccdkbedmfifceiljljgdo
Descrizione Save, version and share Chrome DevTools Styles changes
Dimensione del File 1.51 MB
Conteggio Installazioni 2,116
Versione Corrente 0.1.5
Ultimo Aggiornamento 2017-11-29
Data di Pubblicazione 2017-11-29
Valutazione 3.91/5 Totale 11 Valutazioni
Sviluppatore https://finch.io
Tipo di Pagamento free
Sito Web dell'Estensione https://finch.io
URL della Pagina di Aiuto https://help.finch.io
Lingue Supportate 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"
    ]
}