CommentShow
Comment any site
CommentShowとは何ですか?
CommentShowはhttps://comment.showによって開発されたChromeの拡張機能で、その主な機能は「Comment any site」です。
拡張機能のスクリーンショット
CommentShow拡張機能のCRXファイルをダウンロード
CommentShow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Это расширение для работы с сайтом Comment.Show. Расширение позволяет проверять наличие комментариев к просматриваемым интернет-страницам, а так же с помощью расширения можно комментировать просматриваемые страницы. Если у Вас есть полезные сведения и вы хотите ими поделиться со всеми, то это расширение поможет Вам сделать это. Все комментарии, оставленные с помощью проекта Comment.Show, являются общедоступными. 拡張機能の基本情報
| 名前 | |
| ID | njbdngjifgnnnojdiihkmgdgdoncnnla |
| 公式URL | https://chromewebstore.google.com/detail/commentshow/njbdngjifgnnnojdiihkmgdgdoncnnla |
| 説明 | Comment any site |
| ファイルサイズ | 59.2 KB |
| インストール数 | 65 |
| 現在のバージョン | 2.5.6 |
| 最終更新日 | 2017-05-22 |
| 公開日 | 2017-05-22 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | https://comment.show |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://comment.show/ |
| 対応言語 | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.5.6",
"name": "CommentShow",
"description": "Comment any site",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"options_page": "options\/options.html",
"background": {
"scripts": [
"cs.sha256.js",
"background\/cs.background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"content_scripts\/cs.dialog.css"
],
"js": [
"cs.sha256.js",
"content_scripts\/cs.content.js"
]
}
],
"permissions": [
"tabs",
"storage",
"webNavigation",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"default_title": "CommentShow",
"default_popup": "popup\/popup.html"
},
"web_accessible_resources": [
"images\/*"
]
} | |