Feedly-Simplify
This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab
Vad är Feedly-Simplify?
Feedly-Simplify är en Chrome-tillägg utvecklad av ckuijjer, och dess huvudfunktion är "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".
Tilläggsskärmbilder
Ladda ner Feedly-Simplify-förlängningens CRX-fil
Ladda ner Feedly-Simplify-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
Grundläggande Information om Tillägg
Namn | |
ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
Officiell webbadress | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
Beskrivning | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
Filstorlek | 6.41 KB |
Antal Installationer | 28 |
Aktuell Version | 1.5.6 |
Senast Uppdaterad | 2017-11-02 |
Publiceringsdatum | 2017-11-02 |
Utvecklare | ckuijjer |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feedly-Simplify", "description": "This extension restyles\/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab", "version": "1.5.6", "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/cloud.feedly.com\/*", "https:\/\/cloud.feedly.com\/*", "http:\/\/feedly.com\/*", "https:\/\/feedly.com\/*" ], "css": [ "style.css" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ], "background": { "scripts": [ "extension.js" ] } } |