Feedly Background Tab
Open Feedly Links in Background Tab using shortcut key
Apa itu Feedly Background Tab?
Feedly Background Tab adalah ekstensi Chrome yang dikembangkan oleh Aaron Saray, dan fitur utamanya adalah "Open Feedly Links in Background Tab using shortcut key".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Feedly Background Tab
Unduh file ekstensi Feedly Background Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Feedly Background Tab |
ID | gjlijkhcebalcchkhgaiflaooghmoegk |
URL Resmi | https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk |
Deskripsi | Open Feedly Links in Background Tab using shortcut key |
Ukuran File | 15.99 KB |
Jumlah Instalasi | 4,009 |
Versi Saat Ini | 0.13 |
Terakhir Diperbarui | 2017-08-11 |
Tanggal Publikasi | 2017-08-11 |
Penilaian | 3.96/5 Total 79 Penilaian |
Pengembang | Aaron Saray |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/aaronsaray/feedlybackgroundtab |
URL Halaman Bantuan | https://github.com/aaronsaray/feedlybackgroundtab |
Bahasa yang Didukung | 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" } } |