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'”。
扩展截图
下载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 |
ID | pjhajekcnbmoipjmjilflmofciajkcjm |
官方URL | 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" ] } ] } |