CSSenter

Centering in CSS made easy

Cos'è CSSenter?

CSSenter è un'estensione di Chrome sviluppata da CSSenter, e la sua funzione principale è "Centering in CSS made easy".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CSSenter

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

                        CSSenter takes the pain out of CSS centering

1. Toggle the extension by clicking its button in the top right
2. Click the element you want centered
3. Select how you want it centered
4. Test alternative methods by clicking them
5. Copy/paste the code suggestions
Done!

When I have time I want to improve it/add more features, please email suggestions to [email protected] :) Thanks!                    

Informazioni di Base sull'Estensione

Nome CSSenter CSSenter
ID pfbnhbcilleojodnblabbbggcmlpjpnb
URL Ufficiale https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb
Descrizione Centering in CSS made easy
Dimensione del File 124 KB
Conteggio Installazioni 28
Versione Corrente 0.0.1.2
Ultimo Aggiornamento 2015-05-22
Data di Pubblicazione 2015-05-22
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore CSSenter
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSSenter",
    "description": "Centering in CSS made easy",
    "version": "0.0.1.2",
    "browser_action": {
        "default_icon": "images\/cssenter-icon-off-38.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/fake-diff.png",
        "images\/spinner.gif",
        "images\/tick.png"
    ],
    "icons": {
        "128": "images\/cssenter-icon-128.png"
    }
}