Read This Later
Save a list of pages to read later.
Co to jest Read This Later?
Read This Later to rozszerzenie Chrome opracowane przez jackf, a jego główną funkcją jest „Save a list of pages to read later.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Read This Later
Pobierz pliki rozszerzeń Read This Later 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
Avoid cluttering up bookmarks! Mark articles and pages that you don't have time to read, and pick them up again later. Synchronizes across chrome devices.
Podstawowe informacje o rozszerzeniu
Nazwa | Read This Later |
ID | beanlcbbdbempflllcplmhfojimccfcg |
Oficjalny URL | https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg |
Opis | Save a list of pages to read later. |
Rozmiar pliku | 146 KB |
Liczba instalacji | 932 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2015-04-08 |
Data Publikacji | 2015-04-08 |
Ocena | 4.40/5 Łącznie 20 Oceny |
Deweloper | jackf |
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": "Read This Later", "short_name": "Read This Later", "description": "Save a list of pages to read later.", "version": "1.1.1", "icons": { "16": "images\/icons\/icon-16.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "browser_action": { "default_title": "Read This Later", "default_icon": "images\/icons\/icon-19.png", "default_popup": "views\/popup.html" }, "background": { "persistent": false, "page": "views\/background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ] } |