Always Reading
This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
Wat is Always Reading?
Always Reading is een Chrome-extensie ontwikkeld door https://www.alwaysreading.io, en de belangrijkste functie is "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".
Extensie Screenshots
Download het CRX-bestand van de extensie Always Reading
Download Always Reading-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Always Reading |
ID | gihidhpmopfabfdkemhokgolidpnhnpn |
Officiële URL | https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn |
Beschrijving | This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list |
Bestandsgrootte | 871 KB |
Aantal Installaties | 52 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2018-03-17 |
Publicatiedatum | 2018-03-17 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.alwaysreading.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.alwaysreading.io |
Ondersteunde Talen | 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\/" ] } |