HowLongToBeat Context Menu
Search on howlongtobeat.com for highlighted text by right clicking
¿Qué es HowLongToBeat Context Menu?
HowLongToBeat Context Menu es una extensión de Chrome desarrollada por phuturesign, y su función principal es "Search on howlongtobeat.com for highlighted text by right clicking".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HowLongToBeat Context Menu
Descarga archivos de extensión HowLongToBeat Context Menu en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | lpghmonmihhnfodlfndcbhcghfchknop |
URL Oficial | https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop |
Descripción | Search on howlongtobeat.com for highlighted text by right clicking |
Tamaño del Archivo | 7.39 KB |
Cantidad de Instalaciones | 98 |
Versión Actual | 1.0 |
Última Actualización | 2023-08-11 |
Fecha de Publicación | 2023-08-02 |
Desarrollador | phuturesign |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |