External comments for web sites
Extension for external comments on websites for unregistered users.
External comments for web sites là gì?
External comments for web sites là một tiện ích mở rộng Chrome được phát triển bởi http://context2.com, và tính năng chính của nó là "Extension for external comments on websites for unregistered users.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng External comments for web sites
Tải xuống các tệp mở rộng External comments for web sites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ngplihjnnmnmhalcelmeojjedmmbhpan |
URL Chính Thức | https://chrome.google.com/webstore/detail/external-comments-for-web/ngplihjnnmnmhalcelmeojjedmmbhpan |
Mô tả | Extension for external comments on websites for unregistered users. |
Kích Thước Tệp | 94.73 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2016-08-14 |
Ngày Phát Hành | 2016-08-14 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://context2.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://context2.com/en/Account/PrivacyPolicy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |