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
官方網址 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
}