Hydra
Cut off one head, two grow it its place!
Hydraคืออะไร?
Hydra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bmalehorn และคุณลักษณะหลักของมันคือ "Cut off one head, two grow it its place!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hydra
ดาวน์โหลดไฟล์ส่วนขยาย Hydra ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open the first three Google links in new tabs, automatically. Just type "Hydra", hit tab, then type what you would normally search. The first three links that show up will be automatically opened!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oddogfghgfdhfnfbmghiobnblibfgead |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead |
คำอธิบาย | Cut off one head, two grow it its place! |
ขนาดไฟล์ | 301 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-05-02 |
วันที่เผยแพร่ | 2015-05-02 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | bmalehorn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hydra", "version": "1.0.1", "description": "Cut off one head, two grow it its place!", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*&hydra=1*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "omnibox": { "keyword": "hydra" }, "icons": { "128": "hydra-128.png" }, "permissions": [ "tabs" ] } |