Galleon Search
Search the highlighted text in Galleon.PH
Cos'è Galleon Search?
Galleon Search è un'estensione di Chrome sviluppata da https://galleon.ph, e la sua funzione principale è "Search the highlighted text in Galleon.PH".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Galleon Search
Scarica i file di estensione Galleon Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hhkdlfmmncbmigofoohnpamfkeaohllc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/galleon-search/hhkdlfmmncbmigofoohnpamfkeaohllc | 
| Descrizione | Search the highlighted text in Galleon.PH | 
| Dimensione del File | 8.35 KB | 
| Conteggio Installazioni | 201 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2014-09-24 | 
| Data di Pubblicazione | 2014-09-24 | 
| Valutazione | 5.00/5 Totale 4 Valutazioni | 
| Sviluppatore | https://galleon.ph | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    }
}  |  |