Always Reading

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

Cos'è Always Reading?

Always Reading è un'estensione di Chrome sviluppata da https://www.alwaysreading.io, e la sua funzione principale è "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Always Reading

Scarica i file di estensione Always Reading 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
URL Ufficiale https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
Descrizione This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
Dimensione del File 871 KB
Conteggio Installazioni 52
Versione Corrente 1.6
Ultimo Aggiornamento 2018-03-17
Data di Pubblicazione 2018-03-17
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://www.alwaysreading.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.alwaysreading.io
Lingue Supportate 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\/"
    ]
}