Collamark
an extension for collamark.com, which allows word-based sharing
什么是Collamark?
Collamark是由https://collamark.com开发的Chrome扩展程序,该扩展的主要功能是“an extension for collamark.com, which allows word-based sharing”。
扩展截图
下载Collamark扩展crx文件
下载Collamark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Collamark |
ID | kbpjikgngikhhpbjddnenemoonpbfikm |
官方URL | https://chromewebstore.google.com/detail/collamark/kbpjikgngikhhpbjddnenemoonpbfikm |
简介 | an extension for collamark.com, which allows word-based sharing |
文件大小 | 185 KB |
安装次数 | 2,063 |
当前版本 | 1.10.1 |
更新时间 | 2019-02-24 |
上架时间 | 2019-02-24 |
评分 | 4.18/5 共28次评分 |
开发者 | https://collamark.com |
付费类型 | free |
扩展官网 | http://collamark.com |
支持的语言 | 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 } |