Galleon Search
Search the highlighted text in Galleon.PH
Hvad er Galleon Search?
Galleon Search er en Chrome-udvidelse udviklet af https://galleon.ph, og dens hovedfunktion er "Search the highlighted text in Galleon.PH".
Udvidelsesskærmbilleder
Download Galleon Search-udvidelses-CRX-fil
Download Galleon Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hhkdlfmmncbmigofoohnpamfkeaohllc |
| Officiel URL | https://chromewebstore.google.com/detail/galleon-search/hhkdlfmmncbmigofoohnpamfkeaohllc |
| Beskrivelse | Search the highlighted text in Galleon.PH |
| Filstørrelse | 8.35 KB |
| Antal Installationer | 201 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2014-09-24 |
| Udgivelsesdato | 2014-09-24 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://galleon.ph |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |