SL

SL command implementation of Chrome.

Τι είναι το SL;

Το SL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hakatashi, και η κύρια λειτουργία του είναι "SL command implementation of Chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SL

Λήψη αρχείων επέκτασης SL σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SL SL
ID ilmjahoogaalpbjkognjcicmbajphemb
Επίσημο URL https://chrome.google.com/webstore/detail/sl/ilmjahoogaalpbjkognjcicmbajphemb
Περιγραφή SL command implementation of Chrome.
Μέγεθος Αρχείου 10.04 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2015-07-10
Ημερομηνία Δημοσίευσης 2015-07-10
Προγραμματιστής hakatashi
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/hakatashi/sl-chrome
Υποστηριζόμενες Γλώσσες 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"
    }
}