SayWhat.LOL text to Gif generator

Make everything you say sound funny

Co je SayWhat.LOL text to Gif generator?

SayWhat.LOL text to Gif generator je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Make everything you say sound funny“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SayWhat.LOL text to Gif generator

Stáhněte si soubory rozšíření SayWhat.LOL text to Gif generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SayWhat.LOL text to Gif generator SayWhat.LOL text to Gif generator
ID fpckphfndjocalkbefpbpifhfgghjmgh
Oficiální URL https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh
Popis Make everything you say sound funny
Velikost souboru 65.66 KB
Počet instalací 40
Aktuální Verze 1.4
Poslední Aktualizace 2016-08-16
Datum Vydání 2016-08-16
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://saywhat.lol
Podporované Jazyky 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
}