Border Collies!
Instantly makes your webpages more cute.
Border Collies!คืออะไร?
Border Collies! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tac550 และคุณลักษณะหลักของมันคือ "Instantly makes your webpages more cute."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Border Collies!
ดาวน์โหลดไฟล์ส่วนขยาย Border Collies! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When clicked, this extension transforms each image in the current web page into a photo of a Border Collie. Reload the page to reset. -Version 1.2.0- Replaced missing image with a new one.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Border Collies! |
ID | openkfgmamnbokhcenenjekngpkkphde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/border-collies/openkfgmamnbokhcenenjekngpkkphde |
คำอธิบาย | Instantly makes your webpages more cute. |
ขนาดไฟล์ | 970 KB |
จำนวนการติดตั้ง | 158 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2018-01-10 |
วันที่เผยแพร่ | 2018-01-09 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | tac550 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tac550/BorderCollies |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Border Collies!", "version": "1.2.0", "description": "Instantly makes your webpages more cute.", "author": "Thomas Crosby", "icons": { "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/border-collie.png", "default_title": "Border Collies!" }, "permissions": [ "tabs", "activeTab" ], "manifest_version": 2 } |