Light Saber

light saber cursor that follows you

Vad är Light Saber?

Light Saber är en Chrome-tillägg utvecklad av FranPR9, och dess huvudfunktion är "light saber cursor that follows you".

Tilläggsskärmbilder

screenshot

Ladda ner Light Saber-förlängningens CRX-fil

Ladda ner Light Saber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Light Saber Light Saber
ID ecjhncafajenonjhgojomkbpbnbclkbk
Officiell webbadress https://chrome.google.com/webstore/detail/light-saber/ecjhncafajenonjhgojomkbpbnbclkbk
Beskrivning light saber cursor that follows you
Filstorlek 175 KB
Antal Installationer 510
Aktuell Version 0.3
Senast Uppdaterad 2015-12-16
Publiceringsdatum 2015-12-16
Betyg 1.62/5 Totalt 13 Betyg
Utvecklare FranPR9
Betalningssätt free
Tilläggswebbplats https://github.com/FranPR9/light_saber
Stödda Språk 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\/"
    ]
}