LazyFox

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

Qu'est-ce que LazyFox ?

LazyFox est une extension Chrome développée par foxvsky, et sa fonction principale est "Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LazyFox

Téléchargez les fichiers d'extension LazyFox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LazyFox LazyFox
ID cbmcppdcdkiamahdjpcaciglhpjpknai
URL Officiel https://chromewebstore.google.com/detail/lazyfox/cbmcppdcdkiamahdjpcaciglhpjpknai
Description Launch html5 video in Floating Mini Player, This extension can help you play html5 video on website in mini player. Support for…
Taille du Fichier 44.4 KB
Nombre d'Installations 97
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-09-06
Date de Publication 2015-09-06
Évaluation 3.50/5 Total 8 Évaluations
Développeur foxvsky
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}