Commenter.ME
Comment on any webpage
什么是Commenter.ME?
Commenter.ME是由innovations.tv开发的Chrome扩展程序,该扩展的主要功能是“Comment on any webpage”。
扩展截图
下载Commenter.ME扩展crx文件
下载Commenter.ME扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows users to comment on any web page they visit. With one simple click you can open a comment thread for the current web page you are viewing and post a comment to the conversation. You can also post your comment to facebook.
扩展基本信息
名称 | Commenter.ME |
ID | kchbmmibmpfnpjmokdajkpbeidkbidhi |
官方URL | https://chromewebstore.google.com/detail/commenterme/kchbmmibmpfnpjmokdajkpbeidkbidhi |
简介 | Comment on any webpage |
文件大小 | 8.11 KB |
安装次数 | 24 |
当前版本 | 1.1 |
更新时间 | 2015-12-09 |
上架时间 | 2015-12-09 |
评分 | 3.88/5 共8次评分 |
开发者 | innovations.tv |
付费类型 | free |
扩展官网 | http://www.commenter.me |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Commenter.ME ", "description": "Comment on any webpage", "version": "1.1", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "speech16.png", "48": "speech64.png", "128": "speech128.png" } } |