Inspiring Puppies
Inspirational quotes as told by puppies.
什么是Inspiring Puppies?
Inspiring Puppies是由zcolburn开发的Chrome扩展程序,该扩展的主要功能是“Inspirational quotes as told by puppies.”。
扩展截图
下载Inspiring Puppies扩展crx文件
下载Inspiring Puppies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever wanted puppies to give you compliments? Well, today is your lucky day! Simply click and you will be presented with a puppy and a compliment. All images are drawn from randomdoggiegenerator.com.
扩展基本信息
名称 | |
ID | feomjpgddicahogfffjdelnjoaednanb |
官方URL | https://chrome.google.com/webstore/detail/inspiring-puppies/feomjpgddicahogfffjdelnjoaednanb |
简介 | Inspirational quotes as told by puppies. |
文件大小 | 46.83 KB |
安装次数 | 13 |
当前版本 | 1.1 |
更新时间 | 2018-12-02 |
上架时间 | 2018-12-02 |
评分 | 5.00/5 共2次评分 |
开发者 | zcolburn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspiring Puppies", "version": "1.1", "description": "Inspirational quotes as told by puppies.", "browser_action": { "default_title": "Inspiring Puppies", "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "styling.css", "https:\/\/www.randomdoggiegenerator.com\/randomdoggie.php", "https:\/\/fonts.googleapis.com\/css?family=El+Messiri" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |