caturday
Shows pictures of cats!
什麼是caturday?
caturday是由hal313開發的Chrome擴展程式,該擴展的主要功能是“Shows pictures of cats!”。
擴展截圖
下載caturday擴展crx文件
下載caturday擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Need a break from all the depressing news? Too much work on your plate? If you are looking for a refreshing reminder of how amazing life is - look no further! With the press of a button, you will be served up a random image of cats! Even for dog lovers, this extension is pretty fun. Be sure to check out the GitHub project which hosts this code: https://github.com/hal313/caturday-chrome-extension
擴展基本資訊
名稱 | caturday |
ID | mcciciniemdaoljfnhgfahdhhkhefcfp |
官方網址 | https://chromewebstore.google.com/detail/caturday/mcciciniemdaoljfnhgfahdhhkhefcfp |
簡介 | Shows pictures of cats! |
檔案大小 | 95.19 KB |
安裝次數 | 54 |
目前版本 | 0.0.31 |
更新時間 | 2021-03-09 |
上架時間 | 2019-04-18 |
評分 | 5.00/5 共 4 次評分 |
開發者 | hal313 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.31", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": [], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "caturday", "default_popup": "popup.html" } } |