CageGround
CageGround will change the background of your webpage to Nic Cage upon an icon click.
CageGroundคืออะไร?
CageGround เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jamison.hyman และคุณลักษณะหลักของมันคือ "CageGround will change the background of your webpage to Nic Cage upon an icon click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CageGround
ดาวน์โหลดไฟล์ส่วนขยาย CageGround ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
CageGround will change the background of your webpage to a random Nic Cage image upon an icon click. Repeatedly click for more fun. Developed by Jamison Hyman and Seth Mosgin. Special thanks to Gaurang Bhatt.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dgfjkmphpajllfbkkdbepmclcedacfkl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cageground/dgfjkmphpajllfbkkdbepmclcedacfkl |
คำอธิบาย | CageGround will change the background of your webpage to Nic Cage upon an icon click. |
ขนาดไฟล์ | 23.47 MB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-08-21 |
วันที่เผยแพร่ | 2014-08-21 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jamison.hyman |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CageGround", "version": "0.2", "description": "CageGround will change the background of your webpage to Nic Cage upon an icon click.", "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2, "browser_action": { "name": "Manipulate DOM", "icons": [ "icon2.png" ], "default_icon": "icon2.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/cages\/1.jpg", "images\/cages\/2.jpg", "images\/cages\/3.jpg", "images\/cages\/4.jpg", "images\/cages\/5.jpg", "images\/cages\/6.jpg", "images\/cages\/7.jpg", "images\/cages\/8.jpg", "images\/cages\/9.jpg", "images\/cages\/10.jpg", "images\/cages\/11.jpg", "images\/cages\/12.jpg", "images\/cages\/13.jpg", "images\/cages\/14.jpg", "images\/cages\/15.jpg", "images\/cages\/16.jpg", "images\/cages\/17.jpg", "images\/cages\/18.jpg", "images\/cages\/19.jpg", "images\/cages\/20.jpg" ] } |