Url Slideshow
Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
什么是Url Slideshow?
Url Slideshow是由Proddi开发的Chrome扩展程序,该扩展的主要功能是“Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…”。
扩展截图
下载Url Slideshow扩展crx文件
下载Url Slideshow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turns your browser into a slideshow of URLs.
- Using just one tab for all URLs for minimal memory/resource footprint
- You can switch the tab without get intercept from the slideshow
- Easy contextMenu navigation for adding/removing/showing
- Fullscreen- / Autostart-feature for automation
- Also perfect to run on a Raspberry PI :)
https://github.com/proddi/urlslideshow 扩展基本信息
| 名称 | |
| ID | pdblffiahfjjldpkngdpaegghhamefam |
| 官方URL | https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam |
| 简介 | Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can… |
| 文件大小 | 47.35 KB |
| 安装次数 | 42,887 |
| 当前版本 | 0.5.0 |
| 更新时间 | 2016-07-13 |
| 上架时间 | 2016-07-13 |
| 评分 | 4.59/5 共17次评分 |
| 开发者 | Proddi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/proddi/urlslideshow |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Url Slideshow",
"author": "[email protected]",
"homepage_url": "https:\/\/github.com\/proddi\/urlslideshow",
"version": "0.5.0",
"manifest_version": 2,
"icons": {
"16": "icons\/slideshow-24.png",
"48": "icons\/slideshow-48.png",
"128": "icons\/slideshow-128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/slideshow-24.png",
"38": "icons\/slideshow-48.png"
},
"default_title": "Start\/Stop the show..."
},
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"background": {
"scripts": [
"js\/SlideShow.js",
"js\/background.js"
],
"persistent": true
},
"permissions": [
"contextMenus",
"tabs"
]
} | |