Light Saber

light saber cursor that follows you

Cos'è Light Saber?

Light Saber è un'estensione di Chrome sviluppata da FranPR9, e la sua funzione principale è "light saber cursor that follows you".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Light Saber

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

                        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                    

Informazioni di Base sull'Estensione

Nome Light Saber Light Saber
ID ecjhncafajenonjhgojomkbpbnbclkbk
URL Ufficiale https://chrome.google.com/webstore/detail/light-saber/ecjhncafajenonjhgojomkbpbnbclkbk
Descrizione light saber cursor that follows you
Dimensione del File 175 KB
Conteggio Installazioni 510
Versione Corrente 0.3
Ultimo Aggiornamento 2015-12-16
Data di Pubblicazione 2015-12-16
Valutazione 1.62/5 Totale 13 Valutazioni
Sviluppatore FranPR9
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/FranPR9/light_saber
Lingue Supportate 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\/"
    ]
}