Corporation Wiki Search
Searches Corporation Wiki for the selected text
Corporation Wiki Searchคืออะไร?
Corporation Wiki Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.corporationwiki.com และคุณลักษณะหลักของมันคือ "Searches Corporation Wiki for the selected text"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Corporation Wiki Search
ดาวน์โหลดไฟล์ส่วนขยาย Corporation Wiki Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Select a company or person name on any website and have it search for that entity and all of their connections on Corporation Wiki.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jgigdegmgbplalijegknkamjakihnbgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/corporation-wiki-search/jgigdegmgbplalijegknkamjakihnbgb |
คำอธิบาย | Searches Corporation Wiki for the selected text |
ขนาดไฟล์ | 10.36 KB |
จำนวนการติดตั้ง | 1,072 |
เวอร์ชันปัจจุบัน | 0.12 |
อัปเดตครั้งล่าสุด | 2021-08-10 |
วันที่เผยแพร่ | 2016-02-11 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://www.corporationwiki.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.corporationwiki.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corporation Wiki Search", "short_name": "Corporation Wiki Search", "description": "Searches Corporation Wiki for the selected text", "version": "0.12", "minimum_chrome_version": "38", "permissions": [ "contextMenus" ], "icons": { "16": "cw-icon-16.png", "48": "cw-icon-48.png", "128": "cw-icon-128.png" }, "background": { "page": "background.html" } } |