Always Reading

This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list

Qu'est-ce que Always Reading ?

Always Reading est une extension Chrome développée par https://www.alwaysreading.io, et sa fonction principale est "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Always Reading

Téléchargez les fichiers d'extension Always Reading 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

                        Easily add articles, blogs or website pages to your alwaysreading.io, reading list. Once you've added the plugin,  you can simply click the spectacles icon and the current page url will be added to your reading list.

You'll need to sign up for an account at www.alwaysreading.io before you can use this extension.                    

Informations de Base sur l'Extension

Nom Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
URL Officiel https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
Description This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
Taille du Fichier 871 KB
Nombre d'Installations 52
Version Actuelle 1.6
Dernière Mise à Jour 2018-03-17
Date de Publication 2018-03-17
Évaluation 4.75/5 Total 4 Évaluations
Développeur https://www.alwaysreading.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.alwaysreading.io
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Reading",
    "description": "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list",
    "version": "1.6",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Always Reading!"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/*.alwaysreading.io\/"
    ]
}