Asana decorator
The extension adds styles for blockquotes, horizontal lines in task’s comments on asana.com
Asana decoratorとは何ですか?
Asana decoratorはNikita Slobozhaninovによって開発されたChromeの拡張機能で、その主な機能は「The extension adds styles for blockquotes, horizontal lines in task’s comments on asana.com」です。
拡張機能のスクリーンショット
Asana decorator拡張機能のCRXファイルをダウンロード
Asana decorator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1) You can use > characters for blockquoting. > This is a blockquote Lorem ipsum dolor sit amet... 2) You can produce a horizontal line by placing three or more hyphens on a line by themselves. Lorem ipsum dolor sit amet... --- Excepteur sint occaecat cupidatat non proident.... 3) You can quickly answer with blockquotes using button "REPLY"
拡張機能の基本情報
名前 | |
ID | nnoeneakknmdclilkfjpkhgaadeabpic |
公式URL | https://chrome.google.com/webstore/detail/asana-decorator/nnoeneakknmdclilkfjpkhgaadeabpic |
説明 | The extension adds styles for blockquotes, horizontal lines in task’s comments on asana.com |
ファイルサイズ | 62.26 KB |
インストール数 | 41 |
現在のバージョン | 2.3.0 |
最終更新日 | 2020-10-18 |
公開日 | 2019-10-01 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Nikita Slobozhaninov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asana decorator", "description": "The extension adds styles for blockquotes, horizontal lines in task\u2019s comments on asana.com", "version": "2.3.0", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/*", "http:\/\/app.asana.com\/*" ], "js": [ "content_scripts\/content_scripts.js" ], "css": [ "content_scripts\/content_scripts.css" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |