External comments for web sites
Extension for external comments on websites for unregistered users.
External comments for web sitesとは何ですか?
External comments for web sitesはhttp://context2.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for external comments on websites for unregistered users.」です。
拡張機能のスクリーンショット
External comments for web sites拡張機能のCRXファイルをダウンロード
External comments for web sites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gives ability to leave comments on web-sites that don't suppot this. For example unregistered users can't leave comments on sites such as HabraHabr, GeekTimes. Also there are situations when some articles have duplicates on different sites like above this extension will show one single disscusion for all of duplicates that it sees for example LiveJournal sometimes have duplicates from HabraHabr.
拡張機能の基本情報
名前 | |
ID | ngplihjnnmnmhalcelmeojjedmmbhpan |
公式URL | https://chrome.google.com/webstore/detail/external-comments-for-web/ngplihjnnmnmhalcelmeojjedmmbhpan |
説明 | Extension for external comments on websites for unregistered users. |
ファイルサイズ | 94.73 KB |
インストール数 | 32 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-08-14 |
公開日 | 2016-08-14 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | http://context2.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://context2.com/en/Account/PrivacyPolicy |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "version": "1.0.3", "default_locale": "en", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "externally_connectable": { "matches": [ "*:\/\/context2.com\/*", "*:\/\/localhost\/*" ] }, "browser_action": { "default_icon": "icon48.png", "default_title": "Open context comment" }, "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png", "64": "icon64.png" } } |