switchEY

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

O que é switchEY?

switchEY é uma extensão do Chrome desenvolvida por kondou.com, e sua principal característica é "In Google search results page, add switch-links to limit 'Past year' or 'English page only'".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão switchEY

Baixe arquivos de extensão switchEY no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome switchEY switchEY
ID pjhajekcnbmoipjmjilflmofciajkcjm
URL Oficial https://chromewebstore.google.com/detail/switchey/pjhajekcnbmoipjmjilflmofciajkcjm
Descrição In Google search results page, add switch-links to limit 'Past year' or 'English page only'
Tamanho do Arquivo 10.29 KB
Contagem de Instalações 13
Versão Atual 1.4.2
Última Atualização 2016-11-25
Data de Publicação 2016-11-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor kondou.com
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}