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" ] } |