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" ] } ] } |