Laitis Browser Extension
Laitis Browser Extension allows Laitis to control websites using your voice
Laitis Browser Extensionとは何ですか?
Laitis Browser Extensionはhttps://laitis.ruによって開発されたChromeの拡張機能で、その主な機能は「Laitis Browser Extension allows Laitis to control websites using your voice」です。
拡張機能のスクリーンショット
Laitis Browser Extension拡張機能のCRXファイルをダウンロード
Laitis Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Laitis Browser extension allows Laitis to control websites using your voice. Requires installation of Laitis app from laitis.ru website. You can create voice commands with JS to control specific websites, or use predefined commands for most popular websites and global commands to browse hyperlinks. Also you can dictate text into text fields, open/close tabs in chrome, open small browser tabs with handy info from selected websites. Laitis contains voice commands to control chromium web browser, Youtube website and many more apps and websites. Voice commands examples: "Open Chrome", "Open YouTube", "Select video", "Next", "Open video", "Full screen", "pause video".
拡張機能の基本情報
名前 | Laitis Browser Extension |
ID | kkfnfemdemphdadfolkmoimpeibeiadc |
公式URL | https://chromewebstore.google.com/detail/laitis-browser-extension/kkfnfemdemphdadfolkmoimpeibeiadc |
説明 | Laitis Browser Extension allows Laitis to control websites using your voice |
ファイルサイズ | 14.7 KB |
インストール数 | 10,000 |
現在のバージョン | 4.1 |
最終更新日 | 2020-06-26 |
公開日 | 2020-06-25 |
評価 | 4.81/5 合計 37 レビュー |
開発者 | https://laitis.ru |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://laitis.ru |
ヘルプページのURL | https://vk.com/laitisgroup |
プライバシーポリシーページのURL | https://laitis.ru/en/legal |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Laitis", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "4.1", "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/laitis.ru", "author": "Sergey Mikolaitis", "permissions": [ "tabs", "activeTab", "contextMenus", "system.display", "nativeMessaging", "background" ], "browser_action": { "default_title": "Laitis", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ " |