Search It!
Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.
Search It!คืออะไร?
Search It! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upway2late.com และคุณลักษณะหลักของมันคือ "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search It!
ดาวน์โหลดไฟล์ส่วนขยาย Search It! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is for easily initiating new Google searches. The search term box supports Google auto suggest. Domain options are Any/Current/Specify. Current & Specify searches save the domain for re-use later. Type options are Web/Image/Video/Maps/News/Shopping. Results can be sent to the current tab, a new tab, or a new window. Searches are (optionally) stored for future re-use. All stored search and domain information can be easily deleted.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search It! |
ID | bojojkkfhcebglmfbmaplhfkjfhaefaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-it/bojojkkfhcebglmfbmaplhfkjfhaefaj |
คำอธิบาย | Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use. |
ขนาดไฟล์ | 42.08 KB |
จำนวนการติดตั้ง | 226 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2016-09-22 |
วันที่เผยแพร่ | 2016-09-22 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://upway2late.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.upway2late.com/projects/chrome-google-search-extension |
URL หน้าช่วยเหลือ | http://www.upway2late.com/projects/chrome-google-search-extension |
URL หน้านโยบายความเป็นส่วนตัว | http://www.upway2late.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search It!", "version": "1.0.0.0", "description": "Easily search Google in a new tab or window. Easily change the search type (like for images), optionally store searches for re-use.", "icons": { "16": "world_16.png", "48": "world_48.png", "128": "world_128.png" }, "browser_action": { "default_icon": "world_19.png", "default_title": "Search It!", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/google.com\/" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |