Read Later
Simply store the page link to read later before you add it to your bookmarks.
Cos'è Read Later?
Read Later è un'estensione di Chrome sviluppata da boogey1111, e la sua funzione principale è "Simply store the page link to read later before you add it to your bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Read Later
Scarica i file di estensione Read 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
Informazioni di Base sull'Estensione
Nome | Read Later |
ID | bimpamoeajffdkaienapechogkkghbip |
URL Ufficiale | https://chromewebstore.google.com/detail/read-later/bimpamoeajffdkaienapechogkkghbip |
Descrizione | Simply store the page link to read later before you add it to your bookmarks. |
Dimensione del File | 99.74 KB |
Conteggio Installazioni | 124 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2017-06-21 |
Data di Pubblicazione | 2017-06-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | boogey1111 |
Tipo di Pagamento | free |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "1.1.0", "icons": { "16": "link_16.png", "48": "link_48.png", "128": "link_128.png" }, "browser_action": { "default_title": "__MSG_extension_name__", "default_icon": "link_16.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com\/; object-src 'self'" } |