Search Automator
Chrome and Edge extension to automate searches on the Bing search engine.
Search Automatorとは何ですか?
Search AutomatorはAndrea Corrigaによって開発されたChromeの拡張機能で、その主な機能は「Chrome and Edge extension to automate searches on the Bing search engine.」です。
拡張機能のスクリーンショット
Search Automator拡張機能のCRXファイルをダウンロード
Search Automator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, you can automate searches on the Bing search engine to earn points for Microsoft Rewards. This extension allows you to perform searches on both Desktop and Mobile devices. You can customize both the time intervals between each search and the number of searches you want to perform. It's completely free and without ads.
拡張機能の基本情報
名前 | Search Automator |
ID | ohjecpfbaodieoicfnpnigjbinkjgnkb |
公式URL | https://chromewebstore.google.com/detail/search-automator/ohjecpfbaodieoicfnpnigjbinkjgnkb |
説明 | Chrome and Edge extension to automate searches on the Bing search engine. |
ファイルサイズ | 879 KB |
インストール数 | 357 |
現在のバージョン | 1.4.3 |
最終更新日 | 2023-11-22 |
公開日 | 2023-06-30 |
評価 | 3.50/5 合計 8 レビュー |
開発者 | Andrea Corriga |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://andreacorriga.com |
ヘルプページのURL | https://strifelab.com/contattaci |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Automator", "version": "1.4.3", "description": "Chrome and Edge extension to automate searches on the Bing search engine.", "manifest_version": 3, "author": "Andrea Corriga", "action": { "default_popup": "index.html", "default_title": "Search Automator" }, "permissions": [ "debugger" ], "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "background": { "service_worker": ".\/js\/background.js" } } |