Cute Kittens
Click for cute kittens! Cheers you up super fast.
什麼是Cute Kittens?
Cute Kittens是由robloxmcdj開發的Chrome擴展程式,該擴展的主要功能是“Click for cute kittens! Cheers you up super fast.”。
擴展截圖
下載Cute Kittens擴展crx文件
下載Cute Kittens擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Install this app to view new pictures of cute kittens on Flickr with a click of the mouse! This app will cheer you up when you're down. For now, there are no options to configure.
擴展基本資訊
名稱 | |
ID | gfnilekanmfhlbjkbmapnnddfmegialo |
官方網址 | https://chrome.google.com/webstore/detail/cute-kittens/gfnilekanmfhlbjkbmapnnddfmegialo |
簡介 | Click for cute kittens! Cheers you up super fast. |
檔案大小 | 63.2 KB |
安裝次數 | 103 |
目前版本 | 1.5 |
更新時間 | 2014-04-30 |
上架時間 | 2014-04-30 |
評分 | 2.17/5 共 6 次評分 |
開發者 | robloxmcdj |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cute Kittens", "description": "Click for cute kittens! Cheers you up super fast.", "version": "1.5", "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/secure.flickr.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |