Url Slideshow

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

Cos'è Url Slideshow?

Url Slideshow è un'estensione di Chrome sviluppata da Proddi, e la sua funzione principale è "Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Url Slideshow

Scarica i file di estensione Url Slideshow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Url Slideshow Url Slideshow
ID pdblffiahfjjldpkngdpaegghhamefam
URL Ufficiale https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam
Descrizione Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
Dimensione del File 47.35 KB
Conteggio Installazioni 42,887
Versione Corrente 0.5.0
Ultimo Aggiornamento 2016-07-13
Data di Pubblicazione 2016-07-13
Valutazione 4.59/5 Totale 17 Valutazioni
Sviluppatore Proddi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/proddi/urlslideshow
Lingue Supportate 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"
    ]
}