Tapir Facts
Tapir Facts gives you a random tapir fact every time the icon is clicked.
什么是Tapir Facts?
Tapir Facts是由https://anders.janmyr.com开发的Chrome扩展程序,该扩展的主要功能是“Tapir Facts gives you a random tapir fact every time the icon is clicked.”。
扩展截图
下载Tapir Facts扩展crx文件
下载Tapir Facts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | demibliejeialgnfljjjjbkeipjnlagk |
| 官方URL | https://chromewebstore.google.com/detail/tapir-facts/demibliejeialgnfljjjjbkeipjnlagk |
| 简介 | Tapir Facts gives you a random tapir fact every time the icon is clicked. |
| 文件大小 | 7.39 KB |
| 安装次数 | 24 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2015-05-24 |
| 上架时间 | 2015-05-24 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://anders.janmyr.com |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tapir Facts",
"version": "1.0.1",
"manifest_version": 2,
"description": "Tapir Facts gives you a random tapir fact every time the icon is clicked.",
"browser_action": {
"default_icon": "tapir-icon.png",
"default_popup": "index.html"
},
"permissions": [
"http:\/\/tapirs.janmyr.com\/"
]
} | |