UComment
Comment on any web site, right among the content and share with others
UCommentとは何ですか?
UCommentはhttps://ucomment.meによって開発されたChromeの拡張機能で、その主な機能は「Comment on any web site, right among the content and share with others」です。
拡張機能のスクリーンショット
UComment拡張機能のCRXファイルをダウンロード
UComment拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Leave comment on any web site (regardless of the site functionality), right among the content with mouse right-click
Your comments can be:
- public (visible by other users of the service)
- private (visible only by the users that follow you)
Site ucomment.me allows you:
- see all your comments and comments of the people you follow
- find new users to follow
- manage your settings 拡張機能の基本情報
| 名前 | |
| ID | pojcfddfingjnaommdhjhhlpigbcbdbp |
| 公式URL | https://chromewebstore.google.com/detail/ucomment/pojcfddfingjnaommdhjhhlpigbcbdbp |
| 説明 | Comment on any web site, right among the content and share with others |
| ファイルサイズ | 2.31 MB |
| インストール数 | 28 |
| 現在のバージョン | 0.6.1 |
| 最終更新日 | 2020-05-04 |
| 公開日 | 2020-05-02 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://ucomment.me |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://ucomment.me |
| ヘルプページのURL | https://ucomment.me/how_faq |
| プライバシーポリシーページのURL | https://ucomment.me/privacy |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "UComment",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "0.6.1",
"default_locale": "en",
"web_accessible_resources": [
"img\/*",
"html\/*"
],
"permissions": [
"contextMenus"
],
"icons": {
"16": "img\/c_icon_red16.png",
"48": "img\/c_icon_red48.png",
"128": "img\/c_icon_red9632.png"
},
"background": {
"scripts": [
"vendor\/jquery.min.js",
"js\/shared.min.js",
"js\/baseUtil.min.js",
"js\/base.min.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*.ucomment.me\/*"
],
"js": [
"vendor\/jquery.min.js",
"js\/shared.min.js",
"js\/contentUtil.min.js",
"js\/content.min.js"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_icon": {
"16": "img\/c_icon_grey16.png",
"32": "img\/c_icon_grey32.png",
"48": "img\/c_icon_grey48.png",
"128": "img\/c_icon_grey9632.png"
},
"default_title": "UComment",
"default_popup": "html\/popover.html"
}
} | |