Keyword Search
This is a simple extension that searches your keyword
Keyword Searchคืออะไร?
Keyword Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kashyap Kaki และคุณลักษณะหลักของมันคือ "This is a simple extension that searches your keyword"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyword Search
ดาวน์โหลดไฟล์ส่วนขยาย Keyword Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you'd like to search any keyword anywhere from one place, this extension is for you. With this extension, you can search any keyword that opens another tab to give your search results. Initial version released. Coming up with more features in future. If you like the extension, please rate and encourage us. Let us know your feedback and suggestions. Thank you!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Keyword Search |
ID | nonlplbhnineefeopejpfmfhppnnejdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/keyword-search/nonlplbhnineefeopejpfmfhppnnejdi |
คำอธิบาย | This is a simple extension that searches your keyword |
ขนาดไฟล์ | 115 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-20 |
วันที่เผยแพร่ | 2020-07-20 |
ผู้พัฒนา | Kashyap Kaki |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keyword Search", "version": "1.0", "description": "This is a simple extension that searches your keyword", "author": "Kashyap Kaki", "icons": { "16": "Resources\/SearchIcon-16px.png", "48": "Resources\/SearchIcon-48px.png", "128": "Resources\/SearchIcon-128px.png" }, "browser_action": { "default_icon": { "16": "Resources\/SearchIcon-16px.png", "24": "Resources\/SearchIcon-24px.png", "32": "Resources\/SearchIcon-32px.png" }, "default_title": "Keyword Search", "default_popup": "index.html" }, "background": [ "main.js" ] } |