@Voice Add To List
Add the current article to @Voice Aloud Reader Android app reading list
Qu'est-ce que @Voice Add To List ?
@Voice Add To List est une extension Chrome développée par https://www.hyperionics.com, et sa fonction principale est "Add the current article to @Voice Aloud Reader Android app reading list".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension @Voice Add To List
Téléchargez les fichiers d'extension @Voice Add To List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Companion desktop Chrome extension for @Voice Aloud Reader app for Android. When you see any interesting page in your desktop Chrome browser, simply click the @Voice extension icon and it will be added to @Voice reading list. Later read or listen to a list of saved articles as you commute, jog, walk, do household chores etc. The articles are synced through your Google Drive storage "@Voice" folder. Synced articles which you remove in @Voice app from your reading list, are automatically trashed in Google Drive, and if you actually delete the article files on your Android device, the trashed files are permanently removed too. See also @Voice Aloud Reader listing in Google Play Android app store: https://play.google.com/store/apps/details?id=com.hyperionics.avar New in version 0.0.1.5 * Added back page capture permission, necessary for saving page as MHTML. New in version 0.0.1.2 * Unnecessary permission to capture a web page removed (Google's demand) New in version 0.0.1.1: * New feature: select any text in Chrome browser, then right-click it. A new "@Voice Add to List" item is on the menu that pops up. Will save a file with selected text to Google Drive, which later may be added to @Voice reading list as usual.
Informations de Base sur l'Extension
Nom | |
ID | bjmgphdochmoojidbjbfigpejidnhhkg |
URL Officiel | https://chromewebstore.google.com/detail/voice-add-to-list/bjmgphdochmoojidbjbfigpejidnhhkg |
Description | Add the current article to @Voice Aloud Reader Android app reading list |
Taille du Fichier | 27.93 KB |
Nombre d'Installations | 7,643 |
Version Actuelle | 0.0.1.5 |
Dernière Mise à Jour | 2023-03-23 |
Date de Publication | 2018-09-15 |
Évaluation | 3.55/5 Total 47 Évaluations |
Développeur | https://www.hyperionics.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "@Voice Add To List", "description": "Add the current article to @Voice Aloud Reader Android app reading list", "icons": { "128": "img\/at_voice128.png" }, "version": "0.0.1.5", "options_page": "options.html", "background": { "persistent": true, "page": "background.html" }, "browser_action": { "default_icon": "img\/at_voice.png", "default_popup": "popup.html" }, "permissions": [ "identity", "https:\/\/www.googleapis.com\/*", "https:\/\/*.googleusercontent.com\/*", "activeTab", "storage", "contextMenus", "pageCapture", " |