Galleon Search
Search the highlighted text in Galleon.PH
Vad är Galleon Search?
Galleon Search är en Chrome-tillägg utvecklad av https://galleon.ph, och dess huvudfunktion är "Search the highlighted text in Galleon.PH".
Tilläggsskärmbilder
Ladda ner Galleon Search-förlängningens CRX-fil
Ladda ner Galleon Search-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
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äggande Information om Tillägg
| Namn | |
| ID | hhkdlfmmncbmigofoohnpamfkeaohllc |
| Officiell webbadress | https://chromewebstore.google.com/detail/galleon-search/hhkdlfmmncbmigofoohnpamfkeaohllc |
| Beskrivning | Search the highlighted text in Galleon.PH |
| Filstorlek | 8.35 KB |
| Antal Installationer | 201 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-09-24 |
| Publiceringsdatum | 2014-09-24 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | https://galleon.ph |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |