SayWhat.LOL text to Gif generator

Make everything you say sound funny

ما هو SayWhat.LOL text to Gif generator؟

SayWhat.LOL text to Gif generator هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Make everything you say sound funny".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SayWhat.LOL text to Gif generator

قم بتنزيل ملفات الامتداد SayWhat.LOL text to Gif generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}