tachyons-x-ray
Browser extension for tachyons-debug
tachyons-x-rayとは何ですか?
tachyons-x-rayはhttps://tachyons.ioによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for tachyons-debug」です。
拡張機能のスクリーンショット
tachyons-x-ray拡張機能のCRXファイルをダウンロード
tachyons-x-ray拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
BETA Toggle a background grid on any webpage which can help you line elements up vertically and horizontally with each other. Sometimes across large amounts of whitespace it can be tough to see if things are aligned. The background grid comes in an 8px grid.920
拡張機能の基本情報
名前 | tachyons-x-ray |
ID | lbepbkiknibiobnbanhggglkmpkbdiim |
公式URL | https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim |
説明 | Browser extension for tachyons-debug |
ファイルサイズ | 32.03 KB |
インストール数 | 1,751 |
現在のバージョン | 1.2.1 |
最終更新日 | 2016-09-14 |
公開日 | 2016-09-14 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | https://tachyons.io |
支払い方法 | free |
拡張機能のウェブサイト | http://tachyons.io/docs/debug-grid/ |
ヘルプページのURL | https://github.com/johnotander/tachyons-x-ray |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "tachyons-x-ray", "description": "Browser extension for tachyons-debug", "version": "1.2.1", "background": { "persistent": false, "scripts": [ "index.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19x.png", "38": "icons\/icon38x.png" } }, "permissions": [ "activeTab" ] } |