Search Selection on Wikipedia

Search selection on wikipedia by right click.

Cos'è Search Selection on Wikipedia?

Search Selection on Wikipedia è un'estensione di Chrome sviluppata da yanlong, e la sua funzione principale è "Search selection on wikipedia by right click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Search Selection on Wikipedia

Scarica i file di estensione Search Selection on Wikipedia 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

                        This extension adds the selection search on Wikipedia function to your context menu. When you encounter some words your want to wiki them, you could select them, then right click on the selection and click the "Search Wikipedia for Selection" label in the context menu, a Wikipedia web page about the selected words will be open in a new tab soon.                    

Informazioni di Base sull'Estensione

Nome Search Selection on Wikipedia Search Selection on Wikipedia
ID mngkaodjkcedcmgcjgndngniocllkegd
URL Ufficiale https://chrome.google.com/webstore/detail/search-selection-on-wikip/mngkaodjkcedcmgcjgndngniocllkegd
Descrizione Search selection on wikipedia by right click.
Dimensione del File 16.32 KB
Conteggio Installazioni 335
Versione Corrente 1.3
Ultimo Aggiornamento 2013-12-27
Data di Pubblicazione 2013-12-27
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore yanlong
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Search selection on wikipedia by right click.",
    "icons": {
        "128": "wiki128.png",
        "16": "wiki16.png",
        "48": "wiki48.png"
    },
    "name": "Search Selection on Wikipedia",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "manifest_version": 2
}