Cozy Button: One-click CuteEmergency

Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute

Cozy Button: One-click CuteEmergencyคืออะไร?

Cozy Button: One-click CuteEmergency เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Rosenberg และคุณลักษณะหลักของมันคือ "Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cozy Button: One-click CuteEmergency

ดาวน์โหลดไฟล์ส่วนขยาย Cozy Button: One-click CuteEmergency ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Provides an instant infusion of puppies with one click of the "Cozy" button.

Website here:
www.rosenbergj.com/cozy-button-one-click-cuteness/

Update version 2.0.4
------------------
* Images from twitter's cute emergency 
* Infinite scroll
* download image                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cozy Button: One-click CuteEmergency Cozy Button: One-click CuteEmergency
ID cfianhpfopociiphaplobjmngffenbbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cozy-button-one-click-cut/cfianhpfopociiphaplobjmngffenbbk
คำอธิบาย Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute
ขนาดไฟล์ 47.95 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2014-11-26
วันที่เผยแพร่ 2014-11-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jonathan Rosenberg
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cozy Button: One-click CuteEmergency",
    "version": "2.0.5",
    "description": "Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Jonathan Rosenberg",
    "homepage_url": "http:\/\/www.rosenbergj.com\/cozy-button-one-click-cuteness\/",
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Cozy Button",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "http:\/\/weloveiconfonts.com\/api\/?family=fontawesome"
    ],
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "https:\/\/oneclickcuties.herokuapp.com\/"
    ]
}