LazyFox

Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for…

Cos'è LazyFox?

LazyFox è un'estensione di Chrome sviluppata da foxvsky, e la sua funzione principale è "Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LazyFox

Scarica i file di estensione LazyFox 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

                        Launch html5 video in Floating Mini Player,
This extension can help you play html5 video on website in mini player.
Support for Youtube, facebook, Vimeo, ... 
You can drag, drop, resise, take image form video, put it anywhere you like.                    

Informazioni di Base sull'Estensione

Nome LazyFox LazyFox
ID cbmcppdcdkiamahdjpcaciglhpjpknai
URL Ufficiale https://chromewebstore.google.com/detail/lazyfox/cbmcppdcdkiamahdjpcaciglhpjpknai
Descrizione Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for…
Dimensione del File 44.4 KB
Conteggio Installazioni 97
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-09-06
Data di Pubblicazione 2015-09-06
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore foxvsky
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LazyFox",
    "version": "0.0.1",
    "manifest_version": 2,
    "omnibox": {
        "keyword": "yeah"
    },
    "browser_action": {
        "default_title": "That's the tool tip",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}