Always Reading

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

What is Always Reading?

Always Reading is a Chrome extension developed by https://www.alwaysreading.io, and its main feature is "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".

Extension Screenshots

screenshot

Download Always Reading Extension CRX File

Download Always Reading extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Always Reading Always Reading
ID gihidhpmopfabfdkemhokgolidpnhnpn
Official URL 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
File Size 871 KB
Installation Count 52
Current Version 1.6
Last Updated 2018-03-17
Publish Date 2018-03-17
Rating 4.75/5 Total 4 Ratings
Developer https://www.alwaysreading.io
Email [email protected]
Payment Type free
Extension Website https://www.alwaysreading.io
Supported Languages 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\/"
    ]
}