Wine Searcher
This extension will take highlighted text and look for a wine in wine-searcher.com
Co je Wine Searcher?
Wine Searcher je rozšíření Chrome vyvinuté jguerville, a jeho hlavní funkcí je „This extension will take highlighted text and look for a wine in wine-searcher.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Wine Searcher
Stáhněte si soubory rozšíření Wine Searcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Find a wine in wine-search.com based on any highlighted text Základní Informace o Rozšíření
| Název | |
| ID | mfgklnbgiemgljhknfkkjkfnaelggboj |
| Oficiální URL | https://chromewebstore.google.com/detail/wine-searcher/mfgklnbgiemgljhknfkkjkfnaelggboj |
| Popis | This extension will take highlighted text and look for a wine in wine-searcher.com |
| Velikost souboru | 7.81 KB |
| Počet instalací | 121 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2021-03-04 |
| Datum Vydání | 2021-02-28 |
| Vývojář | jguerville |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Wine Searcher",
"description": "This extension will take highlighted text and look for a wine in wine-searcher.com",
"version": "1.0",
"browser_action": {
"default_icon": "wine.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
]
} | |