Workflowy Styler
Customize Workflowy to your liking! Change the background, page width, opacity, color and more!
Workflowy Stylerとは何ですか?
Workflowy StylerはCoder of the Galaxyによって開発されたChromeの拡張機能で、その主な機能は「Customize Workflowy to your liking! Change the background, page width, opacity, color and more!」です。
拡張機能のスクリーンショット
Workflowy Styler拡張機能のCRXファイルをダウンロード
Workflowy Styler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Customize Workflowy to your look exactly how you like it! Change the background, page width, opacity, color and more!
拡張機能の基本情報
名前 | Workflowy Styler |
ID | bmhgibpiicbffanngfodeeinbachkmlf |
公式URL | https://chromewebstore.google.com/detail/workflowy-styler/bmhgibpiicbffanngfodeeinbachkmlf |
説明 | Customize Workflowy to your liking! Change the background, page width, opacity, color and more! |
ファイルサイズ | 308 KB |
インストール数 | 182 |
現在のバージョン | 0.0.0.4 |
最終更新日 | 2017-04-29 |
公開日 | 2017-04-29 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | Coder of the Galaxy |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workflowy Styler", "description": "Customize Workflowy to your liking! Change the background, page width, opacity, color and more!", "version": "0.0.0.4", "content_scripts": [ { "matches": [ "https:\/\/workflowy.com\/*" ], "js": [ "\/data\/resources\/lib\/jquery\/jquery-1.11.3.min.js", "\/data\/resources\/lib\/colorpicker\/js\/bootstrap-colorpicker.min.js", "\/data\/options\/chromeApiWrapper.js", "\/data\/extension\/workflowy_cs.js" ], "css": [ "\/data\/extension\/workflowy_cs.css" ] } ], "icons": { "16": "data\/resources\/img\/icon16.png", "48": "data\/resources\/img\/icon48.png", "128": "data\/resources\/img\/icon128.png" }, "options_page": "data\/options\/index.html", "options_ui": { "chrome_style": true, "page": "data\/options\/index.html" }, "browser_action": { "default_icon": { "19": "data\/resources\/img\/icon256.png", "38": "data\/resources\/img\/icon256.png" }, "default_title": "Workflowy Styler Options", "default_popup": "\/data\/options\/index.html" }, "permissions": [ "storage", "tabs", "https:\/\/workflowy.com\/*" ] } |