@Voice Add To List

Add the current article to @Voice Aloud Reader Android app reading list

@Voice Add To List란 무엇입니까?

@Voice Add To List은(는) https://www.hyperionics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add the current article to @Voice Aloud Reader Android app reading list"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

@Voice Add To List 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 @Voice Add To List @Voice Add To List
ID bjmgphdochmoojidbjbfigpejidnhhkg
공식 URL https://chromewebstore.google.com/detail/voice-add-to-list/bjmgphdochmoojidbjbfigpejidnhhkg
설명 Add the current article to @Voice Aloud Reader Android app reading list
파일 크기 27.93 KB
설치 횟수 7,643
현재 버전 0.0.1.5
최근 업데이트 2023-03-23
출시 날짜 2018-09-15
평점 3.55/5 총 47 개의 평점
개발자 https://www.hyperionics.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "oauth2": {
        "client_id": "120997349301-a3fej8qcvs0qqhhlbstuo7djsu5avn3p.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmZ3t11E4NI2\/4RympP6+ePzgpwvbHlb0U0v8qpbesuSXFRyK79IGUazTHFt5z1nsPwWqCasaf5wJp9+yKUkRAo+GXX3PShi4g4EqS7Fw\/20qCVTJP1OD44tQ6m4SV9jHi7VHgBs2sTTzyjBEPiUgwDLz30jVQb\/8jG\/axZW\/43fY8ZMJ4TWRQVtBIoMNpAcQlq9md9kq+8cEEAHlL641mI9BfQGYHhGIS\/OATBcYf90bTeb0ZovYk2Vu8nkr5H4XGurzRLtDG05PNacOxtbku9S4cpYspw112rJLYIm+BSNohSEyBTsNr++vglz8dsY5zY8QY\/J1MSiOdNUfv9qSxQIDAQAB"
}