Convenient Search

1.search menu on select text; 2.highlight keyword such as 'Google Quick Scroll' extension

Cos'è Convenient Search?

Convenient Search è un'estensione di Chrome sviluppata da https://sites.google.com/site/zhucai, e la sua funzione principale è "1.search menu on select text; 2.highlight keyword such as 'Google Quick Scroll' extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Convenient Search

Scarica i file di estensione Convenient 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

                        1.search menu when right mouse down on select text;
2.highlight keyword when open search result page,and can quick scroll to keyword, such as 'Google Quick Scroll' extension

2010.8.25 update: use chrome new api :context menu api                    

Informazioni di Base sull'Estensione

Nome Convenient Search Convenient Search
ID jahomhggpolhfjpomljoelcciaogmekh
URL Ufficiale https://chromewebstore.google.com/detail/convenient-search/jahomhggpolhfjpomljoelcciaogmekh
Descrizione 1.search menu on select text; 2.highlight keyword such as 'Google Quick Scroll' extension
Dimensione del File 167 KB
Conteggio Installazioni 279
Versione Corrente 4.0.0
Ultimo Aggiornamento 2015-01-22
Data di Pubblicazione 2015-01-21
Valutazione 4.34/5 Totale 53 Valutazioni
Sviluppatore https://sites.google.com/site/zhucai
Tipo di Pagamento free
Sito Web dell'Estensione http://www.cnblogs.com/zhucai/
URL della Pagina di Aiuto http://t.sina.com.cn/zhucai
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "setting.js",
            "encodeToGb2312.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "thumb2.png",
        "default_title": "Convenient Search Extension",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "my.css"
            ],
            "js": [
                "jquery-2.1.3.js",
                "encodeToGb2312.js",
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "thumb2.png"
    },
    "name": "__MSG_extName__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "version": "4.0.0",
    "manifest_version": 2
}