Collamark
an extension for collamark.com, which allows word-based sharing
Collamark là gì?
Collamark là một tiện ích mở rộng Chrome được phát triển bởi https://collamark.com, và tính năng chính của nó là "an extension for collamark.com, which allows word-based sharing".
Ả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 Collamark
Tải xuống các tệp mở rộng Collamark 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
CollaMark -- the simplest tool for you to mark on web. Currently we only provide CollaMark on Chrome, while planning support for other browsers. you just mark the lines you cared, and no need to tap the icon to enable the marking feature. your data is stored on our website, for performance reasons cached in local browsers, we are working on the syncing features
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Collamark |
ID | kbpjikgngikhhpbjddnenemoonpbfikm |
URL Chính Thức | https://chromewebstore.google.com/detail/collamark/kbpjikgngikhhpbjddnenemoonpbfikm |
Mô tả | an extension for collamark.com, which allows word-based sharing |
Kích Thước Tệp | 185 KB |
Số Lần Cài Đặt | 2,063 |
Phiên Bản Hiện Tại | 1.10.1 |
Cập Nhật Lần Cuối | 2019-02-24 |
Ngày Phát Hành | 2019-02-24 |
Đánh Giá | 4.18/5 Tổng số 28 Đánh Giá |
Nhà Phát Triển | https://collamark.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://collamark.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Collamark", "version": "1.10.1", "description": "an extension for collamark.com, which allows word-based sharing", "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*\/*", "http:\/\/*\/*", "tabs", "contextMenus", "activeTab", "storage" ], "options_page": "options.html", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-38.png", "default_title": "CollaMark", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "http:\/\/collaread.com\/*", "http:\/\/collamark.com\/*" ], "js": [ "jquery-1.8.1.min.js", "collamark_together_crx.js" ], "css": [ "collamark_together.css" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "*:\/\/collamark.com\/*", "*:\/\/colla.me\/*" ] }, "web_accessible_resources": [ "icon-19.png", "collamark_together.css", "jquery-1.8.1.min.js", "iframe.html" ], "manifest_version": 2 } |