switchEY

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

Qu'est-ce que switchEY ?

switchEY est une extension Chrome développée par kondou.com, et sa fonction principale est "In Google search results page, add switch-links to limit 'Past year' or 'English page only'".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension switchEY

Téléchargez les fichiers d'extension switchEY au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom switchEY switchEY
ID pjhajekcnbmoipjmjilflmofciajkcjm
URL Officiel https://chromewebstore.google.com/detail/switchey/pjhajekcnbmoipjmjilflmofciajkcjm
Description In Google search results page, add switch-links to limit 'Past year' or 'English page only'
Taille du Fichier 10.29 KB
Nombre d'Installations 13
Version Actuelle 1.4.2
Dernière Mise à Jour 2016-11-25
Date de Publication 2016-11-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur kondou.com
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}