Faster Inoreader
Open Inoreader links in new process
Faster Inoreader là gì?
Faster Inoreader là một tiện ích mở rộng Chrome được phát triển bởi DSchember, và tính năng chính của nó là "Open Inoreader links in new process".
Tải xuống tệp CRX của tiện ích mở rộng Faster Inoreader
Tải xuống các tệp mở rộng Faster Inoreader 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 is based on Faster Feedly (https://chrome.google.com/webstore/detail/faster-feedly/gagalaigbidgkfapafgmgohcpfganoig) This extension forces the Inoreader web application to open new tabs in a separate process, so that they never slow the reader itself.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Faster Inoreader |
ID | iegijjfanndgnjehdmgliklmmdkiimcn |
URL Chính Thức | https://chromewebstore.google.com/detail/faster-inoreader/iegijjfanndgnjehdmgliklmmdkiimcn |
Mô tả | Open Inoreader links in new process |
Kích Thước Tệp | 16.51 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-03-05 |
Ngày Phát Hành | 2016-03-05 |
Nhà Phát Triển | DSchember |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/DSchember/Faster-Inoreader |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Faster Inoreader", "version": "0.1", "manifest_version": 2, "description": "Open Inoreader links in new process", "icons": { "24": "24.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.inoreader.com\/*" ], "js": [ "modify-a-attr.js" ] } ] } |