Light Saber

light saber cursor that follows you

Qu'est-ce que Light Saber ?

Light Saber est une extension Chrome développée par FranPR9, et sa fonction principale est "light saber cursor that follows you".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Light Saber

Téléchargez les fichiers d'extension Light Saber 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

                        Light Saber that follows your cursor.
You can change it color, turn off the sound and send it to the back and front of your page                    

Informations de Base sur l'Extension

Nom Light Saber Light Saber
ID ecjhncafajenonjhgojomkbpbnbclkbk
URL Officiel https://chrome.google.com/webstore/detail/light-saber/ecjhncafajenonjhgojomkbpbnbclkbk
Description light saber cursor that follows you
Taille du Fichier 175 KB
Nombre d'Installations 510
Version Actuelle 0.3
Dernière Mise à Jour 2015-12-16
Date de Publication 2015-12-16
Évaluation 1.62/5 Total 13 Évaluations
Développeur FranPR9
Type de Paiement free
Site Web de l'Extension https://github.com/FranPR9/light_saber
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Light Saber",
    "description": "light saber cursor that follows you",
    "version": "0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/lightsaber.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/light_saber.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "audio\/*.WAV"
    ],
    "icons": {
        "16": "img\/lightsaber.png",
        "128": "img\/lightsaber.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/www.google.com\/*",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/ajax.googleapis.com\/"
    ]
}