Reader Self Feeder
Detect feeds in current page and get direct links to subscribe in Reader Self
Co to jest Reader Self Feeder?
Reader Self Feeder to rozszerzenie Chrome opracowane przez http://readerself.com, a jego główną funkcją jest „Detect feeds in current page and get direct links to subscribe in Reader Self”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reader Self Feeder
Pobierz pliki rozszerzeń Reader Self Feeder 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 | lnjjeiphdakecehcmeincfglpaabdiaf |
Oficjalny URL | https://chrome.google.com/webstore/detail/reader-self-feeder/lnjjeiphdakecehcmeincfglpaabdiaf |
Opis | Detect feeds in current page and get direct links to subscribe in Reader Self |
Rozmiar pliku | 312 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2013-10-21 |
Data Publikacji | 2013-10-21 |
Deweloper | http://readerself.com |
Typ Płatności | free |
Strona Rozszerzenia | http://readerself.com/ |
Adres URL Strony Pomocy | https://github.com/readerself/readerself-feeder-for-chrome/issues |
Obsługiwane Języki | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reader Self Feeder", "version": "1.2.2", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 2, "icons": { "16": "\/medias\/readerself_16x16.png", "48": "\/medias\/readerself_48x48.png", "128": "\/medias\/readerself_128x128.png" }, "homepage_url": "http:\/\/readerself.com", "options_page": "\/application\/views\/options.html", "background": { "page": "\/application\/views\/background.html" }, "content_scripts": [ { "js": [ "\/scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "page_action": { "default_icon": "\/medias\/readerself_16x16.png", "default_title": "Reader Self Feeder", "default_popup": "\/application\/views\/popup.html" }, "permissions": [ "notifications", "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |