Url Slideshow
Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
Vad är Url Slideshow?
Url Slideshow är en Chrome-tillägg utvecklad av Proddi, och dess huvudfunktion är "Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…".
Tilläggsskärmbilder
Ladda ner Url Slideshow-förlängningens CRX-fil
Ladda ner Url Slideshow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pdblffiahfjjldpkngdpaegghhamefam |
| Officiell webbadress | https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam |
| Beskrivning | Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can… |
| Filstorlek | 47.35 KB |
| Antal Installationer | 42,887 |
| Aktuell Version | 0.5.0 |
| Senast Uppdaterad | 2016-07-13 |
| Publiceringsdatum | 2016-07-13 |
| Betyg | 4.59/5 Totalt 17 Betyg |
| Utvecklare | Proddi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/proddi/urlslideshow |
| Stödda Språk | 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"
]
} | |