Incognito Search
Search selected text in Google incognito
Incognito Searchคืออะไร?
Incognito Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dvdjonny และคุณลักษณะหลักของมันคือ "Search selected text in Google incognito"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito Search
ดาวน์โหลดไฟล์ส่วนขยาย Incognito Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add a context menu to search for a term in a new InCognito Window. You no longer need to copy the text, open a new browser and paste the text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bphnaoggijakdeeiigahieohjcjhdacj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/incognito-search/bphnaoggijakdeeiigahieohjcjhdacj |
คำอธิบาย | Search selected text in Google incognito |
ขนาดไฟล์ | 6.97 KB |
จำนวนการติดตั้ง | 593 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-04-08 |
วันที่เผยแพร่ | 2018-04-08 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | dvdjonny |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Incognito Search", "version": "1.0", "description": "Search selected text in Google incognito", "author": "dvdjonny", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "icons": { "128": "icon-bitty.png" }, "background": { "scripts": [ "main.js" ] } } |