Styler
Beta version of Styler extension
Stylerとは何ですか?
StylerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Beta version of Styler extension」です。
拡張機能のスクリーンショット
Styler拡張機能のCRXファイルをダウンロード
Styler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a helper extension for connecting your webpage to Styler application.
Important: You have to have Styler application already installed on your system. Otherwise this extension does nothing. 拡張機能の基本情報
| 名前 | |
| ID | hijkhaknmonnklkhlkpfncgbnfhloibn |
| 公式URL | https://chromewebstore.google.com/detail/styler/hijkhaknmonnklkhlkpfncgbnfhloibn |
| 説明 | Beta version of Styler extension |
| ファイルサイズ | 45.47 KB |
| インストール数 | 27 |
| 現在のバージョン | 0.0.5 |
| 最終更新日 | 2012-10-23 |
| 公開日 | 2012-10-23 |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/tonistiigi/styler |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Styler",
"version": "0.0.5",
"description": "Beta version of Styler extension",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_title": "Styler",
"default_popup": "src\/popup.html"
},
"permissions": [
"*:\/\/*\/*",
"contextMenus",
"tabs"
],
"background": {
"page": "src\/background.html"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |