Amazing animals photos
Get amazing animals photos with every new tab
什么是Amazing animals photos?
Amazing animals photos是由Or Ron开发的Chrome扩展程序,该扩展的主要功能是“Get amazing animals photos with every new tab”。
扩展截图
下载Amazing animals photos扩展crx文件
下载Amazing animals photos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | aiglaaopifcdgpcnlobhmpikegmbadng |
官方URL | https://chrome.google.com/webstore/detail/amazing-animals-photos/aiglaaopifcdgpcnlobhmpikegmbadng |
简介 | Get amazing animals photos with every new tab |
文件大小 | 958 KB |
安装次数 | 82 |
当前版本 | 0.1 |
更新时间 | 2015-07-15 |
上架时间 | 2015-07-15 |
评分 | 4.75/5 共4次评分 |
开发者 | Or Ron |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazing animals photos", "description": "Get amazing animals photos with every new tab", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "topSites" ] } |