Asana decorator
The extension adds styles for blockquotes, horizontal lines in task’s comments on asana.com
Asana decorator là gì?
Asana decorator là một tiện ích mở rộng Chrome được phát triển bởi Nikita Slobozhaninov, và tính năng chính của nó là "The extension adds styles for blockquotes, horizontal lines in task’s comments on asana.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Asana decorator
Tải xuống các tệp mở rộng Asana decorator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nnoeneakknmdclilkfjpkhgaadeabpic |
URL Chính Thức | https://chrome.google.com/webstore/detail/asana-decorator/nnoeneakknmdclilkfjpkhgaadeabpic |
Mô tả | The extension adds styles for blockquotes, horizontal lines in task’s comments on asana.com |
Kích Thước Tệp | 62.26 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 2.3.0 |
Cập Nhật Lần Cuối | 2020-10-18 |
Ngày Phát Hành | 2019-10-01 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Nikita Slobozhaninov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |