CSSenter
Centering in CSS made easy
CSSenterとは何ですか?
CSSenterはCSSenterによって開発されたChromeの拡張機能で、その主な機能は「Centering in CSS made easy」です。
拡張機能のスクリーンショット
CSSenter拡張機能のCRXファイルをダウンロード
CSSenter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | pfbnhbcilleojodnblabbbggcmlpjpnb |
公式URL | https://chromewebstore.google.com/detail/cssenter/pfbnhbcilleojodnblabbbggcmlpjpnb |
説明 | Centering in CSS made easy |
ファイルサイズ | 124 KB |
インストール数 | 28 |
現在のバージョン | 0.0.1.2 |
最終更新日 | 2015-05-22 |
公開日 | 2015-05-22 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | CSSenter |
支払い方法 | free |
対応言語 | 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" } } |