HowLongToBeat Context Menu
Search on howlongtobeat.com for highlighted text by right clicking
Vad är HowLongToBeat Context Menu?
HowLongToBeat Context Menu är en Chrome-tillägg utvecklad av phuturesign, och dess huvudfunktion är "Search on howlongtobeat.com for highlighted text by right clicking".
Tilläggsskärmbilder
Ladda ner HowLongToBeat Context Menu-förlängningens CRX-fil
Ladda ner HowLongToBeat Context Menu-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lpghmonmihhnfodlfndcbhcghfchknop |
| Officiell webbadress | https://chromewebstore.google.com/detail/howlongtobeat-context-men/lpghmonmihhnfodlfndcbhcghfchknop |
| Beskrivning | Search on howlongtobeat.com for highlighted text by right clicking |
| Filstorlek | 7.39 KB |
| Antal Installationer | 98 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-08-11 |
| Publiceringsdatum | 2023-08-02 |
| Utvecklare | phuturesign |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |