“OK Chrome” for Voice Actions for Chrome

Activate Voice Actions for Chrome with your voice.

“OK Chrome” for Voice Actions for Chrome là gì?

“OK Chrome” for Voice Actions for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Zachary Yaro, và tính năng chính của nó là "Activate Voice Actions for Chrome with your voice.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng “OK Chrome” for Voice Actions for Chrome

Tải xuống các tệp mở rộng “OK Chrome” for Voice Actions for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **This is a premium add-on for the Voice Actions for Chrome extension – https://chrome.google.com/webstore/detail/hhpjefokaphndbbidpehikcjhldaklje**

Activate Voice Actions for Chrome with your voice.  Just say “OK Chrome”, and Voice Actions is ready to listen!  Voice search, switch tabs, get directions, and more, hands-free.

Privacy:
“OK Chrome” for Voice Actions for Chrome runs as a separate extension so you can disable it if you need.  The main Voice Actions for Chrome extension itself will *never* listen in the background.

Permissions:
• Needs access to your installed extensions to check that the main Voice Actions for Chrome extension is installed
• Uses ExtensionPay.com for payment processing

Follow for updates:
• facebook.com/ChromeVoiceActions
• twitter.com/ChromeVoice

Voice Actions for Chrome was created by Zachary Yaro.
More information is available at goo.gl/0YRdir.
The source code is available at github.com/ZMYaro/chrome-voice-actions.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên “OK Chrome” for Voice Actions for Chrome “OK Chrome” for Voice Actions for Chrome
ID gclpfolambnbjfeglhbjojolplnlpolg
URL Chính Thức https://chromewebstore.google.com/detail/%E2%80%9Cok-chrome%E2%80%9D-for-voice-act/gclpfolambnbjfeglhbjojolplnlpolg
Mô tả Activate Voice Actions for Chrome with your voice.
Kích Thước Tệp 55.62 KB
Số Lần Cài Đặt 460
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-05-31
Ngày Phát Hành 2023-05-30
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zachary Yaro
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.facebook.com/ChromeVoiceActions
URL Trang Trợ Giúp https://rizzoma.com/topic/8e02e150e54be4b40bea9e6e6f90a2b9/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "name": "\u201cOK Chrome\u201d for Voice Actions for Chrome",
    "description": "Activate Voice Actions for Chrome with your voice.",
    "version": "1.0.1",
    "icons": {
        "48": "images\/logo\/icon_48.png",
        "128": "images\/logo\/icon_128.png"
    },
    "permissions": [
        "management",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/shared.js",
            "scripts\/lib\/extpay.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo\/icon_inactive_16.png",
            "19": "images\/logo\/icon_inactive_19.png",
            "32": "images\/logo\/icon_inactive_32.png",
            "38": "images\/logo\/icon_inactive_38.png"
        },
        "default_title": "Not listening"
    },
    "options_page": "options_page.html",
    "options_ui": {
        "page": "options_embedded.html",
        "open_in_tab": false,
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "scripts\/lib\/extpay.js"
            ],
            "run_at": "document_start"
        }
    ]
}