Buster
Generate a new 'busted' link
Busterคืออะไร?
Buster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jim Farrugia และคุณลักษณะหลักของมันคือ "Generate a new 'busted' link"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buster
ดาวน์โหลดไฟล์ส่วนขยาย Buster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds or updates the value of the "busted" URL query parameter. Simply open the popup and click the button to generate a new "busted" link.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Buster |
ID | hecncknibnmjplflipbjpikmajllbeci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buster/hecncknibnmjplflipbjpikmajllbeci |
คำอธิบาย | Generate a new 'busted' link |
ขนาดไฟล์ | 12.56 KB |
จำนวนการติดตั้ง | 194 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-03-02 |
วันที่เผยแพร่ | 2020-03-02 |
ผู้พัฒนา | Jim Farrugia |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Buster", "description": "Generate a new 'busted' link", "version": "1.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |