Url Slideshow

Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…

Co to jest Url Slideshow?

Url Slideshow to rozszerzenie Chrome opracowane przez Proddi, a jego główną funkcją jest „Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Url Slideshow

Pobierz pliki rozszerzeń Url Slideshow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Url Slideshow Url Slideshow
ID pdblffiahfjjldpkngdpaegghhamefam
Oficjalny URL https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam
Opis Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
Rozmiar pliku 47.35 KB
Liczba instalacji 42,887
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2016-07-13
Data Publikacji 2016-07-13
Ocena 4.59/5 Łącznie 17 Oceny
Deweloper Proddi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/proddi/urlslideshow
Obsługiwane Języki 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"
    ]
}