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
Co to jest Feedly-Simplify?
Feedly-Simplify to rozszerzenie Chrome opracowane przez ckuijjer, a jego główną funkcją jest „This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Feedly-Simplify
Pobierz pliki rozszerzeń Feedly-Simplify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fgepkmmkpkdoppdjenceolgjbdcfiekb |
Oficjalny URL | https://chrome.google.com/webstore/detail/feedly-simplify/fgepkmmkpkdoppdjenceolgjbdcfiekb |
Opis | This extension restyles/simplifies the interface of Feedly and add the shift+B shortcut to open an rss item an a new background tab |
Rozmiar pliku | 6.41 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.5.6 |
Ostatnia Aktualizacja | 2017-11-02 |
Data Publikacji | 2017-11-02 |
Deweloper | ckuijjer |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } } |