Puggin.it
Replaces images with Pugs
Puggin.itคืออะไร?
Puggin.it เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rockcandymedia.com และคุณลักษณะหลักของมันคือ "Replaces images with Pugs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Puggin.it
ดาวน์โหลดไฟล์ส่วนขยาย Puggin.it ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get this Chrome extension to pimp every page with a profusion of pugs. 1. Visit any website that has photos, such as Facebook or USA Today. 2. Click the Rock Candy Media logo. 3. Enjoy the pugs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fgccknmgndofeggbcaekgolhflbhdjnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pugginit/fgccknmgndofeggbcaekgolhflbhdjnd |
คำอธิบาย | Replaces images with Pugs |
ขนาดไฟล์ | 72.01 KB |
จำนวนการติดตั้ง | 135 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2013-08-19 |
วันที่เผยแพร่ | 2013-08-19 |
คะแนน | 4.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://www.rockcandymedia.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "rcm.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Puggin.it" }, "description": "Replaces images with Pugs", "homepage_url": "http:\/\/puggin.it", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "author": "Joe Wanko", "manifest_version": 2, "name": "Puggin.it", "permissions": [ "http:\/\/rockcandymedia.com\/puggin.it\/pugs.xml", "activeTab" ], "version": "1.3" } |