Feedly Background Tab
Open Feedly Links in Background Tab using shortcut key
Vad är Feedly Background Tab?
Feedly Background Tab är en Chrome-tillägg utvecklad av Aaron Saray, och dess huvudfunktion är "Open Feedly Links in Background Tab using shortcut key".
Tilläggsskärmbilder
Ladda ner Feedly Background Tab-förlängningens CRX-fil
Ladda ner Feedly Background Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Feedly Background Tab |
ID | gjlijkhcebalcchkhgaiflaooghmoegk |
Officiell webbadress | https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk |
Beskrivning | Open Feedly Links in Background Tab using shortcut key |
Filstorlek | 15.99 KB |
Antal Installationer | 4,009 |
Aktuell Version | 0.13 |
Senast Uppdaterad | 2017-08-11 |
Publiceringsdatum | 2017-08-11 |
Betyg | 3.96/5 Totalt 79 Betyg |
Utvecklare | Aaron Saray |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/aaronsaray/feedlybackgroundtab |
Hjälpsida URL | https://github.com/aaronsaray/feedlybackgroundtab |
Stödda Språk | 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" } } |