Any Read
A simple reading list extension.
Co to jest Any Read?
Any Read to rozszerzenie Chrome opracowane przez Zhiyuan Wang, a jego główną funkcją jest „A simple reading list extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Any Read
Pobierz pliki rozszerzeń Any Read 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
A popup extension to keep a read list (links), and makes it easier to read them later, with a simple task list style UI. Just click the Plus button, then the current web url will be stored and the page title will be placed on the list.
Podstawowe informacje o rozszerzeniu
Nazwa | Any Read |
ID | dahbkkbedobniaieddagfknfhomgchfi |
Oficjalny URL | https://chromewebstore.google.com/detail/any-read/dahbkkbedobniaieddagfknfhomgchfi |
Opis | A simple reading list extension. |
Rozmiar pliku | 115 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2014-11-10 |
Data Publikacji | 2014-11-10 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Zhiyuan Wang |
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": "Any Read", "version": "0.0.1", "description": "A simple reading list extension.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |