SL

SL command implementation of Chrome.

Qu'est-ce que SL ?

SL est une extension Chrome développée par hakatashi, et sa fonction principale est "SL command implementation of Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        Fancy implementation of the SL command.

Type "sl" on the omnibar then Tab/Space. When you press Enter SL will run on your screen!

SL Supports following options:

-a, --accident: Accident occurs. Passenger screams "HELP!"
-F, --fly: SL will fly to the galaxy.
-l, --long: Long and Little SL will pass.
-r, --reverse: SL goes the railway in the opposite direction.

https://github.com/hakatashi/sl-chrome

========

This is the derived work from "sl command" of Toyoda Masashi.
Copyright 1993,1998,2014 Toyoda Masashi ([email protected])
https://github.com/mtoyoda/sl                    

Informations de Base sur l'Extension

Nom SL SL
ID ilmjahoogaalpbjkognjcicmbajphemb
URL Officiel https://chrome.google.com/webstore/detail/sl/ilmjahoogaalpbjkognjcicmbajphemb
Description SL command implementation of Chrome.
Taille du Fichier 10.04 KB
Nombre d'Installations 11
Version Actuelle 0.1.0
Dernière Mise à Jour 2015-07-10
Date de Publication 2015-07-10
Développeur hakatashi
Type de Paiement free
Site Web de l'Extension https://github.com/hakatashi/sl-chrome
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "SL",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ja",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "omnibox": {
        "keyword": "sl"
    }
}