Guided Lines for awesome web developers
You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)
Guided Lines for awesome web developersとは何ですか?
Guided Lines for awesome web developersはrplusjによって開発されたChromeの拡張機能で、その主な機能は「You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)」です。
拡張機能のスクリーンショット
Guided Lines for awesome web developers拡張機能のCRXファイルをダウンロード
Guided Lines for awesome web developers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;) 拡張機能の基本情報
| 名前 | |
| ID | dpcjbjhjjfbpalaabgmmcojejekcofid |
| 公式URL | https://chromewebstore.google.com/detail/guided-lines-for-awesome/dpcjbjhjjfbpalaabgmmcojejekcofid |
| 説明 | You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;) |
| ファイルサイズ | 210 KB |
| インストール数 | 10 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2015-01-30 |
| 公開日 | 2015-01-30 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | rplusj |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Guided Lines for awesome web developers",
"version": "0.0.1",
"manifest_version": 2,
"description": "You can add guided lines easily by one keypress using this extension. Helpful for those who speak in pixels ;)",
"homepage_url": "http:\/\/DomainNotPurchased.com",
"icons": {
"16": "icons\/ico.png",
"48": "icons\/ico.png",
"128": "icons\/ico.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icons\/ico.png",
"default_title": "Guided Lines for awesome web developers",
"default_popup": "src\/page_action\/page_action.html"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery\/jquery.js",
"src\/inject\/inject.js"
]
}
]
} | |