LTTM

Looks Tiqav To Misawa

What is LTTM?

LTTM is a Chrome extension developed by fukayatsu, and its main feature is "Looks Tiqav To Misawa".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LTTM Extension CRX File

Download LTTM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        textareaによく使う画像の自動補完(markdown形式)を追加します

# 対応キーワード
!l => LTGMをランダムに検索
!tほげほげ => tiqavから検索
!mほげほげ => misawa画像を検索
!iほげほげ => irasutoya画像を検索
!sほげほげ => 寿司ゆきから検索
!j ほげほげ => JS Girlsから検索
!d ほげほげ => Decomojiから検索
!n ほげほげ => エンジニアを褒めるネコから検索

# License

寿司ゆき (SUSHIYUKI) - http://awayuki.net/sushiyuki/
Copyright (c) 2014 awayuki. (CC BY-NC-ND 4.0)

JS Girls - https://github.com/tomo-e/js-girls
Attribution-NonCommercial-NoDerivatives 4.0 International

Decomoji - https://github.com/oti/slack-reaction-decomoji
CC BY-NC

無料イラスト かわいいフリー素材集 いらすとや
http://www.irasutoya.com/

エンジニアを褒めるネコ
https://twitter.com/kobaka7/status/937517293604454400                    

Extension Basic Information

Name LTTM LTTM
ID jdidcgkdggndpodjbipodfefnpgjooeh
Official URL https://chromewebstore.google.com/detail/lttm/jdidcgkdggndpodjbipodfefnpgjooeh
Description Looks Tiqav To Misawa
File Size 2.73 MB
Installation Count 2,104
Current Version 0.3.0
Last Updated 2019-04-01
Publish Date 2019-04-01
Rating 4.30/5 Total 10 Ratings
Developer fukayatsu
Email [email protected]
Payment Type free
Extension Website https://github.com/fukayatsu/lttm-crx
Help Page URL https://github.com/fukayatsu/lttm-crx/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LTTM",
    "short_name": "LTTM",
    "version": "0.3.0",
    "manifest_version": 2,
    "description": "Looks Tiqav To Misawa",
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery.atwho.css",
                "css\/lttm.css"
            ],
            "js": [
                "js\/jquery-2.1.0.min.js",
                "js\/jquery.caret.min.js",
                "js\/jquery.atwho.js",
                "js\/underscore-min.js",
                "js\/xregexp-all-min.js",
                "js\/sha1.js",
                "js\/lttm.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "config\/meigens.json",
        "config\/sushi_list.json",
        "config\/js_girls.json",
        "config\/decomoji.json",
        "config\/sushidot.json",
        "config\/irasutoya.json",
        "config\/engineer_homeru_neko.json",
        "js\/underscore-min.map"
    ]
}