switchEY
In Google search results page, add switch-links to limit 'Past year' or 'English page only'
switchEY là gì?
switchEY là một tiện ích mở rộng Chrome được phát triển bởi kondou.com, và tính năng chính của nó là "In Google search results page, add switch-links to limit 'Past year' or 'English page only'".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng switchEY
Tải xuống các tệp mở rộng switchEY dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | switchEY |
ID | pjhajekcnbmoipjmjilflmofciajkcjm |
URL Chính Thức | https://chromewebstore.google.com/detail/switchey/pjhajekcnbmoipjmjilflmofciajkcjm |
Mô tả | In Google search results page, add switch-links to limit 'Past year' or 'English page only' |
Kích Thước Tệp | 10.29 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2016-11-25 |
Ngày Phát Hành | 2016-11-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | kondou.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |