Easy Search

Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.

Vad är Easy Search?

Easy Search är en Chrome-tillägg utvecklad av woogyboogy73, och dess huvudfunktion är "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".

Tilläggsskärmbilder

screenshot

Ladda ner Easy Search-förlängningens CRX-fil

Ladda ner Easy 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

                        This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.                    

Grundläggande Information om Tillägg

Namn Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
Officiell webbadress https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
Beskrivning Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Filstorlek 11.3 KB
Antal Installationer 6,000
Aktuell Version 0.1
Senast Uppdaterad 2014-01-02
Publiceringsdatum 2014-01-02
Betyg 1.75/5 Totalt 4 Betyg
Utvecklare woogyboogy73
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Search",
    "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "google-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Google search selected text"
        }
    }
}