コンテキストメニューサーチ

コンテキストメニューから選択したテキストを検索

Cos'è コンテキストメニューサーチ?

コンテキストメニューサーチ è un'estensione di Chrome sviluppata da tadirk989, e la sua funzione principale è "コンテキストメニューから選択したテキストを検索".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione コンテキストメニューサーチ

Scarica i file di estensione コンテキストメニューサーチ 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

                        右クリックしたときのコンテキストメニューで選択したテキストの検索ができる機能を追加します。

検索するサイトはオプションから編集できます。                    

Informazioni di Base sull'Estensione

Nome コンテキストメニューサーチ コンテキストメニューサーチ
ID iepdijdknbjnckhinoegflbdbpbogjci
URL Ufficiale https://chromewebstore.google.com/detail/%E3%82%B3%E3%83%B3%E3%83%86%E3%82%AD%E3%82%B9%E3%83%88%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B5%E3%83%BC%E3%83%81/iepdijdknbjnckhinoegflbdbpbogjci
Descrizione コンテキストメニューから選択したテキストを検索
Dimensione del File 71.9 KB
Conteggio Installazioni 477
Versione Corrente 0.0.1
Ultimo Aggiornamento 2013-06-03
Data di Pubblicazione 2013-06-02
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore tadirk989
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30e1\u30cb\u30e5\u30fc\u30b5\u30fc\u30c1",
    "version": "0.0.1",
    "description": "\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u9078\u629e\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u3092\u691c\u7d22",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "option.html",
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "default_locale": "ja"
}