Cozy Button: One-click CuteEmergency
Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute
Cozy Button: One-click CuteEmergency là gì?
Cozy Button: One-click CuteEmergency là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Rosenberg, và tính năng chính của nó là "Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cozy Button: One-click CuteEmergency
Tải xuống các tệp mở rộng Cozy Button: One-click CuteEmergency dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cfianhpfopociiphaplobjmngffenbbk |
URL Chính Thức | https://chrome.google.com/webstore/detail/cozy-button-one-click-cut/cfianhpfopociiphaplobjmngffenbbk |
Mô tả | Without opening another tab, get a cuteness infusion. Puppies, Kitties, everything cute |
Kích Thước Tệp | 47.95 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 2.0.5 |
Cập Nhật Lần Cuối | 2014-11-26 |
Ngày Phát Hành | 2014-11-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jonathan Rosenberg |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |