SL

SL command implementation of Chrome.

SL क्या है?

SL hakatashi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SL command implementation of Chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}