atoyomi - Read later

Save the web page temporarily for later reading.

Qu'est-ce que atoyomi - Read later ?

atoyomi - Read later est une extension Chrome développée par kokushin, et sa fonction principale est "Save the web page temporarily for later reading.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension atoyomi - Read later

Téléchargez les fichiers d'extension atoyomi - Read later au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 ;)                    

Informations de Base sur l'Extension

Nom atoyomi - Read later atoyomi - Read later
ID bijbpdfpldnfnponpjmnhmmhgildmgga
URL Officiel https://chromewebstore.google.com/detail/atoyomi-read-later/bijbpdfpldnfnponpjmnhmmhgildmgga
Description Save the web page temporarily for later reading.
Taille du Fichier 10.93 KB
Nombre d'Installations 523
Version Actuelle 1.2.1
Dernière Mise à Jour 2017-12-11
Date de Publication 2017-12-10
Évaluation 4.33/5 Total 3 Évaluations
Développeur kokushin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/kokushin/atoyomi
Langues Prises en Charge 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"
    ]
}