Galleon Search
Search the highlighted text in Galleon.PH
Co to jest Galleon Search?
Galleon Search to rozszerzenie Chrome opracowane przez https://galleon.ph, a jego główną funkcją jest „Search the highlighted text in Galleon.PH”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Galleon Search
Pobierz pliki rozszerzeń Galleon Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Find products not available in the Philippines here at Galleon.ph
Do a quick search of products from any website to Galleon.ph by just highlighting the desired keyword and right-clicking to open a Galleon.ph search.
No more copy-pasting needed!
Created by Rein. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hhkdlfmmncbmigofoohnpamfkeaohllc |
| Oficjalny URL | https://chromewebstore.google.com/detail/galleon-search/hhkdlfmmncbmigofoohnpamfkeaohllc |
| Opis | Search the highlighted text in Galleon.PH |
| Rozmiar pliku | 8.35 KB |
| Liczba instalacji | 201 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2014-09-24 |
| Data Publikacji | 2014-09-24 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | https://galleon.ph |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0",
"name": "Galleon Search",
"description": "Search the highlighted text in Galleon.PH",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"browser_action": {
"default_title": "Galleon Search",
"default_icon": "icon.png"
}
} | |