switchEY
In Google search results page, add switch-links to limit 'Past year' or 'English page only'
switchEYคืออะไร?
switchEY เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kondou.com และคุณลักษณะหลักของมันคือ "In Google search results page, add switch-links to limit 'Past year' or 'English page only'"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย switchEY
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |