搜索拐杖
在Google,百度,必应等等搜索引擎间进行快捷切换,搜索关键词无需重输!
搜索拐杖คืออะไร?
搜索拐杖 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xuhehuan.com และคุณลักษณะหลักของมันคือ "在Google,百度,必应等等搜索引擎间进行快捷切换,搜索关键词无需重输!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 搜索拐杖
ดาวน์โหลดไฟล์ส่วนขยาย 搜索拐杖 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1、在Google,百度,必应,Rambler,雅虎和好搜等搜索引擎间进行快捷切换,搜索关键词无需重输。
2、当Google搜索结果页面跳转中断时,支持Google引用页重试直接访问。
3、支持自定义的搜索引擎切换。
4、支持设置单击图标来切换搜索引擎。
5、支持快捷键切换搜索引擎,默认切换前一个(Ctrl+Shift+Y)、后一个(Ctrl+Shift+U)。
6、支持数据云同步,可手动备份和恢复数据。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bgenmocoeejdpobiakjlppafcdimnfho |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E6%90%9C%E7%B4%A2%E6%8B%90%E6%9D%96/bgenmocoeejdpobiakjlppafcdimnfho |
| คำอธิบาย | 在Google,百度,必应等等搜索引擎间进行快捷切换,搜索关键词无需重输! |
| ขนาดไฟล์ | 180 KB |
| จำนวนการติดตั้ง | 2,169 |
| เวอร์ชันปัจจุบัน | 3.26 |
| อัปเดตครั้งล่าสุด | 2017-11-14 |
| วันที่เผยแพร่ | 2017-11-13 |
| คะแนน | 4.33/5 รวมทั้งหมด 24 คะแนน |
| ผู้พัฒนา | https://xuhehuan.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://xuhehuan.com/2272.html |
| URL หน้าช่วยเหลือ | http://xuhehuan.com/2272.html |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "\u641c\u7d22\u62d0\u6756",
"version": "3.26",
"manifest_version": 2,
"description": "\u5728Google\uff0c\u767e\u5ea6\uff0c\u5fc5\u5e94\u7b49\u7b49\u641c\u7d22\u5f15\u64ce\u95f4\u8fdb\u884c\u5feb\u6377\u5207\u6362\uff0c\u641c\u7d22\u5173\u952e\u8bcd\u65e0\u9700\u91cd\u8f93\uff01",
"homepage_url": "http:\/\/xuhehuan.com\/2272.html",
"background": {
"scripts": [
"js\/base.js",
"js\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "img\/icon-19.png",
"38": "img\/icon-38.png"
},
"default_title": "\u70b9\u6b64\u5207\u6362\u641c\u7d22",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"*:\/\/*\/*",
"storage"
],
"options_ui": {
"page": "options.html"
},
"icons": {
"16": "img\/icon-16.png",
"32": "img\/icon-32.png",
"48": "img\/icon-48.png",
"64": "img\/icon-64.png",
"128": "img\/icon-128.png"
},
"commands": {
"switch-pre": {
"suggested_key": {
"default": "Ctrl+Shift+Y"
},
"description": "\u5207\u6362\u4e0a\u4e00\u4e2a\u641c\u7d22\u5f15\u64ce"
},
"switch-next": {
"suggested_key": {
"default": "Ctrl+Shift+U"
},
"description": "\u5207\u6362\u4e0b\u4e00\u4e2a\u641c\u7d22\u5f15\u64ce"
}
}
} | |