Slideshow
Create a slideshow from all images on the page!
什么是Slideshow?
Slideshow是由http://64bitdragon.com开发的Chrome扩展程序,该扩展的主要功能是“Create a slideshow from all images on the page!”。
扩展截图
下载Slideshow扩展crx文件
下载Slideshow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension makes it easy to view any webpage as a slideshow.
It will automatically search the page for all images and convert them into a gallery. 扩展基本信息
| 名称 | |
| ID | dhfkiofcnkapfpcpcpaindoikmimefnc |
| 官方URL | https://chrome.google.com/webstore/detail/slideshow/dhfkiofcnkapfpcpcpaindoikmimefnc |
| 简介 | Create a slideshow from all images on the page! |
| 文件大小 | 133 KB |
| 安装次数 | 645 |
| 当前版本 | 1.0 |
| 更新时间 | 2018-08-26 |
| 上架时间 | 2018-08-26 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | http://64bitdragon.com |
| 付费类型 | free |
| 扩展官网 | http://64bitdragon.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Slideshow",
"short_name": "Slideshow",
"version": "1.0",
"description": "Create a slideshow from all images on the page!",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon_16x16.png",
"32": "images\/icon_32x32.png",
"48": "images\/icon_48x48.png",
"128": "images\/icon_128x128.png"
}
},
"icons": {
"16": "images\/icon_16x16.png",
"32": "images\/icon_32x32.png",
"48": "images\/icon_48x48.png",
"128": "images\/icon_128x128.png"
},
"manifest_version": 2
} | |