Feedly Background Tab
Open Feedly Links in Background Tab using shortcut key
Was ist Feedly Background Tab?
Feedly Background Tab ist eine Chrome-Erweiterung, die von Aaron Saray entwickelt wurde, und ihr Hauptmerkmal ist "Open Feedly Links in Background Tab using shortcut key".
Erweiterungsscreenshots
Feedly Background Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Feedly Background Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gjlijkhcebalcchkhgaiflaooghmoegk |
| Offizielle URL | https://chromewebstore.google.com/detail/feedly-background-tab/gjlijkhcebalcchkhgaiflaooghmoegk |
| Beschreibung | Open Feedly Links in Background Tab using shortcut key |
| Dateigröße | 15.99 KB |
| Installationsanzahl | 4,009 |
| Aktuelle Version | 0.13 |
| Letztes Update | 2017-08-11 |
| Veröffentlichungsdatum | 2017-08-11 |
| Bewertung | 3.96/5 Insgesamt 79 Bewertungen |
| Entwickler | Aaron Saray |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/aaronsaray/feedlybackgroundtab |
| Hilfeseite URL | https://github.com/aaronsaray/feedlybackgroundtab |
| Unterstützte Sprachen | 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"
}
} | |