CSSenter

Centering in CSS made easy

O que é CSSenter?

CSSenter é uma extensão do Chrome desenvolvida por CSSenter, e sua principal característica é "Centering in CSS made easy".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CSSenter

Baixe arquivos de extensão CSSenter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome CSSenter CSSenter
ID pfbnhbcilleojodnblabbbggcmlpjpnb
URL Oficial https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb
Descrição Centering in CSS made easy
Tamanho do Arquivo 124 KB
Contagem de Instalações 28
Versão Atual 0.0.1.2
Última Atualização 2015-05-22
Data de Publicação 2015-05-22
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor CSSenter
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}