Read This Later
Save a list of pages to read later.
Cos'è Read This Later?
Read This Later è un'estensione di Chrome sviluppata da jackf, e la sua funzione principale è "Save a list of pages to read later.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Read This Later
Scarica i file di estensione Read This Later in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Read This Later |
ID | beanlcbbdbempflllcplmhfojimccfcg |
URL Ufficiale | https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg |
Descrizione | Save a list of pages to read later. |
Dimensione del File | 146 KB |
Conteggio Installazioni | 932 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2015-04-08 |
Data di Pubblicazione | 2015-04-08 |
Valutazione | 4.40/5 Totale 20 Valutazioni |
Sviluppatore | jackf |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |