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
}