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 |
官方網址 | 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 |
電子郵箱 | [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" } } |