HowLongToBeat Context Menu
Search on howlongtobeat.com for highlighted text by right clicking
Cos'è HowLongToBeat Context Menu?
HowLongToBeat Context Menu è un'estensione di Chrome sviluppata da phuturesign, e la sua funzione principale è "Search on howlongtobeat.com for highlighted text by right clicking".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HowLongToBeat Context Menu
Scarica i file di estensione HowLongToBeat Context Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lpghmonmihhnfodlfndcbhcghfchknop |
URL Ufficiale | https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop |
Descrizione | Search on howlongtobeat.com for highlighted text by right clicking |
Dimensione del File | 7.39 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-08-11 |
Data di Pubblicazione | 2023-08-02 |
Sviluppatore | phuturesign |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |