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
Wat is Feedly-Simplify?
Feedly-Simplify is een Chrome-extensie ontwikkeld door ckuijjer, en de belangrijkste functie is "This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Feedly-Simplify
Download Feedly-Simplify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
Officiële URL | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
Beschrijving | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
Bestandsgrootte | 6.41 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.5.6 |
Laatst Bijgewerkt | 2017-11-02 |
Publicatiedatum | 2017-11-02 |
Ontwikkelaar | ckuijjer |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |