Always Reading

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

Vad är Always Reading?

Always Reading är en Chrome-tillägg utvecklad av https://www.alwaysreading.io, och dess huvudfunktion är "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".

Tilläggsskärmbilder

screenshot

Ladda ner Always Reading-förlängningens CRX-fil

Ladda ner Always Reading-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
Officiell webbadress https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn
Beskrivning This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
Filstorlek 871 KB
Antal Installationer 52
Aktuell Version 1.6
Senast Uppdaterad 2018-03-17
Publiceringsdatum 2018-03-17
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare https://www.alwaysreading.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.alwaysreading.io
Stödda Språk 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\/"
    ]
}