dou-sort-comments
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
dou-sort-comments là gì?
dou-sort-comments là một tiện ích mở rộng Chrome được phát triển bởi Iryna Volkodav, và tính năng chính của nó là "dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).".
Ả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 dou-sort-comments
Tải xuống các tệp mở rộng dou-sort-comments 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
dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | dou-sort-comments |
ID | inomcbdkomlbognphleededehadkpcfe |
URL Chính Thức | https://chromewebstore.google.com/detail/dou-sort-comments/inomcbdkomlbognphleededehadkpcfe |
Mô tả | dou-sort-comments plugin aims to sort all parents and children comments on a DOU topics (http://dou.ua/). |
Kích Thước Tệp | 11.95 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 0.13 |
Cập Nhật Lần Cuối | 2014-07-15 |
Ngày Phát Hành | 2014-07-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Iryna Volkodav |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://dou.ua/ |
URL Trang Trợ Giúp | http://dou.ua/forums/topic/10383/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/dou.ua\/forums\/topic\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "images\/*", "styles\/*", "bower_components\/jquery\/*", "scripts\/*" ] } |