HowLongToBeat Context Menu
Search on howlongtobeat.com for highlighted text by right clicking
HowLongToBeat Context Menuとは何ですか?
HowLongToBeat Context Menuはphuturesignによって開発されたChromeの拡張機能で、その主な機能は「Search on howlongtobeat.com for highlighted text by right clicking」です。
拡張機能のスクリーンショット
HowLongToBeat Context Menu拡張機能のCRXファイルをダウンロード
HowLongToBeat Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This convenient extension enhances your browsing experience by adding a HowLongToBeat.com search option to your right-click menu. This works on every website. If you come across a game and want to find out how long it takes to beat, simply highlight the game's name, right click, and select "Search HowLongToBeat.com for" from the menu. The search results will open in a new tab, giving you quick access to valuable information about game lengths, playtimes, and more.
拡張機能の基本情報
名前 | |
ID | lpghmonmihhnfodlfndcbhcghfchknop |
公式URL | https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop |
説明 | Search on howlongtobeat.com for highlighted text by right clicking |
ファイルサイズ | 7.39 KB |
インストール数 | 98 |
現在のバージョン | 1.0 |
最終更新日 | 2023-08-11 |
公開日 | 2023-08-02 |
開発者 | phuturesign |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HowLongToBeat Context Menu", "description": "Search on howlongtobeat.com for highlighted text by right clicking", "version": "1.0", "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |