Always Reading

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

Co je Always Reading?

Always Reading je rozšíření Chrome vyvinuté https://www.alwaysreading.io, a jeho hlavní funkcí je „This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Always Reading

Stáhněte si soubory rozšíření Always Reading ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
Oficiální URL https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
Popis This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
Velikost souboru 871 KB
Počet instalací 52
Aktuální Verze 1.6
Poslední Aktualizace 2018-03-17
Datum Vydání 2018-03-17
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář https://www.alwaysreading.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.alwaysreading.io
Podporované Jazyky 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\/"
    ]
}