HowLongToBeat Context Menu
Search on howlongtobeat.com for highlighted text by right clicking
Wat is HowLongToBeat Context Menu?
HowLongToBeat Context Menu is een Chrome-extensie ontwikkeld door phuturesign, en de belangrijkste functie is "Search on howlongtobeat.com for highlighted text by right clicking".
Extensie Screenshots
Download het CRX-bestand van de extensie HowLongToBeat Context Menu
Download HowLongToBeat Context Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lpghmonmihhnfodlfndcbhcghfchknop |
Officiële URL | https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop |
Beschrijving | Search on howlongtobeat.com for highlighted text by right clicking |
Bestandsgrootte | 7.39 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-08-11 |
Publicatiedatum | 2023-08-02 |
Ontwikkelaar | phuturesign |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |