Css setting

initialization stylesheet for integration work

Cos'è Css setting?

Css setting è un'estensione di Chrome sviluppata da http://www.bac-a-sable.com, e la sua funzione principale è "initialization stylesheet for integration work".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Css setting

Scarica i file di estensione Css setting 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

                        Built blank css current page to help the web designer to design it. 
Build the HTML structure and then use the plugin to generate the structure of your CSS.                    

Informazioni di Base sull'Estensione

Nome Css setting Css setting
ID ajglmbdnlepknnibofjlbkglgnjeeeel
URL Ufficiale https://chrome.google.com/webstore/detail/css-setting/ajglmbdnlepknnibofjlbkglgnjeeeel
Descrizione initialization stylesheet for integration work
Dimensione del File 13.87 KB
Conteggio Installazioni 103
Versione Corrente 0.3.0
Ultimo Aggiornamento 2014-02-23
Data di Pubblicazione 2014-02-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://www.bac-a-sable.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bac-a-sable.com
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Css setting",
    "version": "0.3.0",
    "description": "initialization stylesheet for integration work",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "Css setting",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2
}