switchEY

In Google search results page, add switch-links to limit 'Past year' or 'English page only'

Cos'è switchEY?

switchEY è un'estensione di Chrome sviluppata da kondou.com, e la sua funzione principale è "In Google search results page, add switch-links to limit 'Past year' or 'English page only'".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione switchEY

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

                        switchEY is a Chrome extension recommended to all non-English people that may google an English page.

 In the search results page of Google, switchEY adds links next to the "Search Tools” button. The links can limit the results with  "English page only “ or “Past year“.
It took two steps to limit results. Now, you can do by one step.

 There is some similar Chrome extension, but it's a button on the toolbar. So I can't push it with shortcut-key by Chrome Extension Vimium.

 switchEY enables you of shortcut-key access. Using it with Vimium, operation it takes 4 seconds until now requires 1 second.

(This extension uses Google Analytics)                    

Informazioni di Base sull'Estensione

Nome switchEY switchEY
ID pjhajekcnbmoipjmjilflmofciajkcjm
URL Ufficiale https://chromewebstore.google.com/detail/switchey/pjhajekcnbmoipjmjilflmofciajkcjm
Descrizione In Google search results page, add switch-links to limit 'Past year' or 'English page only'
Dimensione del File 10.29 KB
Conteggio Installazioni 13
Versione Corrente 1.4.2
Ultimo Aggiornamento 2016-11-25
Data di Pubblicazione 2016-11-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kondou.com
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "switchEY",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "author": "Shigenori Kondou",
    "homepage_url": "http:\/\/www.kondou.com\/",
    "icons": {
        "48": "ey48.png",
        "128": "ey48.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.google.co.jp\/search*"
            ],
            "js": [
                "switchEY.js"
            ]
        }
    ]
}