Cat Generator
The purrfect extension to keep you entertained with awesome cat gifs.
什麼是Cat Generator?
Cat Generator是由nickela125開發的Chrome擴展程式,該擴展的主要功能是“The purrfect extension to keep you entertained with awesome cat gifs.”。
擴展截圖
下載Cat Generator擴展crx文件
下載Cat Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you having a boring day? Need something to make you smile? Just really love cats? If you answered yes to any of these (and even if you didn't), you need Cat Generator. Get randomly generated cat gifs delivered right to your web browser with one simple click. Guaranteed to improve your day.
擴展基本資訊
名稱 | Cat Generator |
ID | glpkdnkdpcloinlicdbnlemidgdmglhh |
官方網址 | https://chromewebstore.google.com/detail/cat-generator/glpkdnkdpcloinlicdbnlemidgdmglhh |
簡介 | The purrfect extension to keep you entertained with awesome cat gifs. |
檔案大小 | 211 KB |
安裝次數 | 1,433 |
目前版本 | 1.2.0.0 |
更新時間 | 2018-09-24 |
上架時間 | 2018-09-23 |
評分 | 5.00/5 共 13 次評分 |
開發者 | nickela125 |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cat Generator", "description": "The purrfect extension to keep you entertained with awesome cat gifs.", "version": "1.2.0.0", "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "cat_16.png", "48": "cat_48.png", "128": "cat_128.png" } } |