Always Reading
This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list
Was ist Always Reading?
Always Reading ist eine Chrome-Erweiterung, die von https://www.alwaysreading.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list".
Erweiterungsscreenshots
Always Reading-Erweiterungs-CRX-Datei herunterladen
Laden Sie Always Reading-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Always Reading |
ID | gihidhpmopfabfdkemhokgolidpnhnpn |
Offizielle URL | https://chromewebstore.google.com/detail/always-reading/gihidhpmopfabfdkemhokgolidpnhnpn |
Beschreibung | This extension allows you to easily add the website your currently viewing into your alwaysreading.io reading list |
Dateigröße | 871 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.6 |
Letztes Update | 2018-03-17 |
Veröffentlichungsdatum | 2018-03-17 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | https://www.alwaysreading.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.alwaysreading.io |
Unterstützte Sprachen | 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\/" ] } |