atoyomi - Read later
Save the web page temporarily for later reading.
Cos'è atoyomi - Read later?
atoyomi - Read later è un'estensione di Chrome sviluppata da kokushin, e la sua funzione principale è "Save the web page temporarily for later reading.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione atoyomi - Read later
Scarica i file di estensione atoyomi - 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
Features: - Save the title and URL of the currently open page - Automatically delete data when accessing the saved page again - User registration is unnecessary and can be used immediately - With a button that can be shared on Twitter Usage: After adding the extended function, click on the "atoyomi" icon to open the popup. By pressing the "Read Later" button, the currently open page will be saved to the bottom list. By clicking the page title added to the list, you can easily move to that page and you can restart browsing. If you press "tweet" button, you can share "Read this page later" to the follower. Enjoy ;)
Informazioni di Base sull'Estensione
Nome | atoyomi - Read later |
ID | bijbpdfpldnfnponpjmnhmmhgildmgga |
URL Ufficiale | https://chromewebstore.google.com/detail/atoyomi-read-later/bijbpdfpldnfnponpjmnhmmhgildmgga |
Descrizione | Save the web page temporarily for later reading. |
Dimensione del File | 10.93 KB |
Conteggio Installazioni | 523 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2017-12-11 |
Data di Pubblicazione | 2017-12-10 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | kokushin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/kokushin/atoyomi |
Lingue Supportate | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "ja", "name": "__MSG_extName__", "version": "1.2.1", "description": "__MSG_extDescription__", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_extDefaultTitle__", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |