SL

SL command implementation of Chrome.

SL là gì?

SL là một tiện ích mở rộng Chrome được phát triển bởi hakatashi, và tính năng chính của nó là "SL command implementation of Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SL

Tải xuống các tệp mở rộng SL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SL SL
ID ilmjahoogaalpbjkognjcicmbajphemb
URL Chính Thức https://chrome.google.com/webstore/detail/sl/ilmjahoogaalpbjkognjcicmbajphemb
Mô tả SL command implementation of Chrome.
Kích Thước Tệp 10.04 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-07-10
Ngày Phát Hành 2015-07-10
Nhà Phát Triển hakatashi
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hakatashi/sl-chrome
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}