CSSenter

Centering in CSS made easy

Co to jest CSSenter?

CSSenter to rozszerzenie Chrome opracowane przez CSSenter, a jego główną funkcją jest „Centering in CSS made easy”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CSSenter

Pobierz pliki rozszerzeń CSSenter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa CSSenter CSSenter
ID pfbnhbcilleojodnblabbbggcmlpjpnb
Oficjalny URL https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb
Opis Centering in CSS made easy
Rozmiar pliku 124 KB
Liczba instalacji 28
Aktualna Wersja 0.0.1.2
Ostatnia Aktualizacja 2015-05-22
Data Publikacji 2015-05-22
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper CSSenter
Typ Płatności free
Obsługiwane Języki 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"
    }
}