switchEY

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

什麼是switchEY?

switchEY是由kondou.com開發的Chrome擴展程式,該擴展的主要功能是“In Google search results page, add switch-links to limit 'Past year' or 'English page only'”。

擴展截圖

screenshot
screenshot

下載switchEY擴展crx文件

下載switchEY擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 switchEY switchEY
ID pjhajekcnbmoipjmjilflmofciajkcjm
官方網址 https://chromewebstore.google.com/detail/switchey/pjhajekcnbmoipjmjilflmofciajkcjm
簡介 In Google search results page, add switch-links to limit 'Past year' or 'English page only'
檔案大小 10.29 KB
安裝次數 13
目前版本 1.4.2
更新時間 2016-11-25
上架時間 2016-11-24
評分 5.00/5 共 1 次評分
開發者 kondou.com
付費類型 free
支援的語言 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"
            ]
        }
    ]
}