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
Hvad er Feedly-Simplify?
Feedly-Simplify er en Chrome-udvidelse udviklet af ckuijjer, og dens hovedfunktion er "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".
Udvidelsesskærmbilleder
Download Feedly-Simplify-udvidelses-CRX-fil
Download Feedly-Simplify-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
Officiel URL | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
Beskrivelse | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
Filstørrelse | 6.41 KB |
Antal Installationer | 28 |
Nuværende Version | 1.5.6 |
Senest Opdateret | 2017-11-02 |
Udgivelsesdato | 2017-11-02 |
Udvikler | ckuijjer |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |