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 |
| 官方網址 | 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"
]
} | |