HowLongToBeat Context Menu
Search on howlongtobeat.com for highlighted text by right clicking
Qu'est-ce que HowLongToBeat Context Menu ?
HowLongToBeat Context Menu est une extension Chrome développée par phuturesign, et sa fonction principale est "Search on howlongtobeat.com for highlighted text by right clicking".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HowLongToBeat Context Menu
Téléchargez les fichiers d'extension HowLongToBeat Context Menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lpghmonmihhnfodlfndcbhcghfchknop |
URL Officiel | https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop |
Description | Search on howlongtobeat.com for highlighted text by right clicking |
Taille du Fichier | 7.39 KB |
Nombre d'Installations | 98 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-08-11 |
Date de Publication | 2023-08-02 |
Développeur | phuturesign |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |