SayWhat.LOL text to Gif generator

Make everything you say sound funny

SayWhat.LOL text to Gif generatorとは何ですか?

SayWhat.LOL text to Gif generatorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Make everything you say sound funny」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

SayWhat.LOL text to Gif generator拡張機能のCRXファイルをダウンロード

SayWhat.LOL text to Gif generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Transform your text to matching gifs on Facebook, Twitter, Gmail, forums and anywhere you like. Make everything you say sound funnier.

Simply enclose your text between square brackets to get gifs, e.g. [Have Fun], [I'm excited to try this], [this is awesome], you get the idea.                    

拡張機能の基本情報

名前 SayWhat.LOL text to Gif generator SayWhat.LOL text to Gif generator
ID fpckphfndjocalkbefpbpifhfgghjmgh
公式URL https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh
説明 Make everything you say sound funny
ファイルサイズ 65.66 KB
インストール数 40
現在のバージョン 1.4
最終更新日 2016-08-16
公開日 2016-08-16
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://saywhat.lol
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SayWhat.LOL text to Gif generator",
    "short_name": "SayWhat.LOL",
    "description": "Make everything you say sound funny",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "https:\/\/saywhat.lol\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "parakeet.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}