Image rotator
One of the less useful extensions out there.
什么是Image rotator?
Image rotator是由FH开发的Chrome扩展程序,该扩展的主要功能是“One of the less useful extensions out there.”。
下载Image rotator扩展crx文件
下载Image rotator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Does what the title says it does. 扩展基本信息
| 名称 | |
| ID | amplighgcpifjbdglmkhhcafffaafpoc |
| 官方URL | https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc |
| 简介 | One of the less useful extensions out there. |
| 文件大小 | 3.86 KB |
| 安装次数 | 10 |
| 当前版本 | 1.0 |
| 更新时间 | 2013-12-15 |
| 上架时间 | 2013-12-15 |
| 评分 | 1.00/5 共3次评分 |
| 开发者 | FH |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image rotator",
"description": "One of the less useful extensions out there.",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"script.js"
]
}
]
} | |