lorify
lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums
lorify là gì?
lorify là một tiện ích mở rộng Chrome được phát triển bởi b0r3d0mness, và tính năng chính của nó là "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums".
Ả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 lorify
Tải xuống các tệp mở rộng lorify 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lcbahplohbljaoccfaionnkdgakdfomn |
URL Chính Thức | https://chromewebstore.google.com/detail/lorify/lcbahplohbljaoccfaionnkdgakdfomn |
Mô tả | lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums |
Kích Thước Tệp | 49.96 KB |
Số Lần Cài Đặt | 112 |
Phiên Bản Hiện Tại | 1.11.0 |
Cập Nhật Lần Cuối | 2016-03-09 |
Ngày Phát Hành | 2016-03-09 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | b0r3d0mness |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bitbucket.org/b0r3d0m/lorify |
Ngôn Ngữ Được Hỗ Trợ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lorify", "version": "1.11.0", "description": "lorify provides you an autorefresh for threads and an easy way to view referenced comments on linux.org.ru's forums", "icons": { "16": "res\/icons\/penguin-16.png", "32": "res\/icons\/penguin-32.png", "64": "res\/icons\/penguin-64.png" }, "options_ui": { "chrome_style": true, "page": "src\/options.html" }, "background": { "scripts": [ "src\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.linux.org.ru\/forum\/*", "*:\/\/www.linux.org.ru\/gallery\/*", "*:\/\/www.linux.org.ru\/news\/*", "*:\/\/www.linux.org.ru\/polls\/*" ], "js": [ "src\/libs\/jquery\/jquery-2.2.0.min.js", "src\/js\/contentscript.js" ] } ], "permissions": [ "notifications", "storage" ] } |