HowLongToBeat Context Menu
Search on howlongtobeat.com for highlighted text by right clicking
Was ist HowLongToBeat Context Menu?
HowLongToBeat Context Menu ist eine Chrome-Erweiterung, die von phuturesign entwickelt wurde, und ihr Hauptmerkmal ist "Search on howlongtobeat.com for highlighted text by right clicking".
Erweiterungsscreenshots
HowLongToBeat Context Menu-Erweiterungs-CRX-Datei herunterladen
Laden Sie HowLongToBeat Context Menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lpghmonmihhnfodlfndcbhcghfchknop |
Offizielle URL | https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop |
Beschreibung | Search on howlongtobeat.com for highlighted text by right clicking |
Dateigröße | 7.39 KB |
Installationsanzahl | 98 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-08-11 |
Veröffentlichungsdatum | 2023-08-02 |
Entwickler | phuturesign |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |