Shoto
Notion search from URL bar
Shotoคืออะไร?
Shoto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergei Sleptsov และคุณลักษณะหลักของมันคือ "Notion search from URL bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shoto
ดาวน์โหลดไฟล์ส่วนขยาย Shoto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Notion search inside the URL bar. Allow quickly find content from your notion workspace without switching tabs. Just type '/' + 'Space or Tab' and your search term in URL bar. New in version: 1.1.0 - Added options page to configure search - Added setting to open a result in a new tab or same tab - Added setting to search title only, for faster search within large notion workspaces
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lnnlchbbenkmimmhdfnljleabhajfebl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/shoto/lnnlchbbenkmimmhdfnljleabhajfebl |
คำอธิบาย | Notion search from URL bar |
ขนาดไฟล์ | 510 KB |
จำนวนการติดตั้ง | 225 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-01-25 |
วันที่เผยแพร่ | 2021-07-18 |
คะแนน | 3.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Sergei Sleptsov |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ssleptsov/shoto |
URL หน้าช่วยเหลือ | https://github.com/ssleptsov/shoto/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoto", "description": "Notion search from URL bar", "version": "1.1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "\/" }, "options_page": "options.html", "manifest_version": 2, "browser_action": { "default_icon": { "16": "assets\/shoto16.png", "32": "assets\/shoto32.png" } }, "permissions": [ "activeTab", "storage", "*:\/\/www.notion.so\/*" ], "icons": { "16": "assets\/shoto16.png", "32": "assets\/shoto32.png", "48": "assets\/shoto48.png", "128": "assets\/shoto128.png" } } |