Bing Search Automator
Chrome / Edge extension for Automatic Bing Search
Bing Search Automatorとは何ですか?
Bing Search AutomatorはAndrea Corrigaによって開発されたChromeの拡張機能で、その主な機能は「Chrome / Edge extension for Automatic Bing Search」です。
拡張機能のスクリーンショット
Bing Search Automator拡張機能のCRXファイルをダウンロード
Bing Search Automator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to do 90 bing searches in desktop mode and 60 bing searches in mobile mode, automatically 500ms apart.
拡張機能の基本情報
名前 | |
ID | ehpnglljgijenbiknlgpcbnnmhfdgbam |
公式URL | https://chrome.google.com/webstore/detail/bing-search-automator/ehpnglljgijenbiknlgpcbnnmhfdgbam |
説明 | Chrome / Edge extension for Automatic Bing Search |
ファイルサイズ | 821 KB |
インストール数 | 19,061 |
現在のバージョン | 1.4.0 |
最終更新日 | 2023-04-26 |
公開日 | 2022-07-12 |
評価 | 4.58/5 合計 12 レビュー |
開発者 | Andrea Corriga |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://andreacorriga.com |
ヘルプページのURL | https://andreacorriga.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bing Search Automator", "version": "1.4.0", "description": "Chrome \/ Edge extension for Automatic Bing Search", "manifest_version": 3, "author": "Andrea Corriga", "action": { "default_popup": "index.html", "default_title": "Bing Search Automator" }, "permissions": [ "debugger" ], "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "background": { "service_worker": ".\/js\/background.js" } } |