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 |
官方URL | 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" } } |