Feedly Background Tab
Open Feedly Links in Background Tab using shortcut key
Feedly Background Tab là gì?
Feedly Background Tab là một tiện ích mở rộng Chrome được phát triển bởi Aaron Saray, và tính năng chính của nó là "Open Feedly Links in Background Tab using shortcut key".
Ả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 Feedly Background Tab
Tải xuống các tệp mở rộng Feedly Background Tab 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
Are you a power user of Feedly - but just wish the 'v' key would open tabs in the background? This extension is for you! Now, when you are viewing articles in list view, press ';' and the new tab opens in the background. Or, if you'd like, customize your shortcut key in the options. Now supports Cloudly, including PRO!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Feedly Background Tab |
ID | gjlijkhcebalcchkhgaiflaooghmoegk |
URL Chính Thức | https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk |
Mô tả | Open Feedly Links in Background Tab using shortcut key |
Kích Thước Tệp | 15.99 KB |
Số Lần Cài Đặt | 4,009 |
Phiên Bản Hiện Tại | 0.13 |
Cập Nhật Lần Cuối | 2017-08-11 |
Ngày Phát Hành | 2017-08-11 |
Đánh Giá | 3.96/5 Tổng số 79 Đánh Giá |
Nhà Phát Triển | Aaron Saray |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aaronsaray/feedlybackgroundtab |
URL Trang Trợ Giúp | https://github.com/aaronsaray/feedlybackgroundtab |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Feedly Background Tab", "version": "0.13", "manifest_version": 2, "description": "Open Feedly Links in Background Tab using shortcut key", "content_scripts": [ { "matches": [ "*:\/\/*.feedly.com\/*" ], "js": [ "js\/keypress.js" ] } ], "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "permissions": [ "http:\/\/www.feedly.com\/*", "http:\/\/cloud.feedly.com\/*", "https:\/\/cloud.feedly.com\/*", "storage" ], "minimum_chrome_version": "21", "icons": { "128": "images\/icon_128.png" } } |