Always Reading

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

Co to jest Always Reading?

Always Reading to rozszerzenie Chrome opracowane przez https://www.alwaysreading.io, a jego główną funkcją jest „This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Always Reading

Pobierz pliki rozszerzeń Always Reading w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
Oficjalny URL https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
Opis This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
Rozmiar pliku 871 KB
Liczba instalacji 52
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2018-03-17
Data Publikacji 2018-03-17
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://www.alwaysreading.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.alwaysreading.io
Obsługiwane Języki 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\/"
    ]
}