SayWhat.LOL text to Gif generator

Make everything you say sound funny

SayWhat.LOL text to Gif generator là gì?

SayWhat.LOL text to Gif generator là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Make everything you say sound funny".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SayWhat.LOL text to Gif generator

Tải xuống các tệp mở rộng SayWhat.LOL text to Gif generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SayWhat.LOL text to Gif generator SayWhat.LOL text to Gif generator
ID fpckphfndjocalkbefpbpifhfgghjmgh
URL Chính Thức https://chromewebstore.google.com/detail/saywhatlol-text-to-gif-ge/fpckphfndjocalkbefpbpifhfgghjmgh
Mô tả Make everything you say sound funny
Kích Thước Tệp 65.66 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2016-08-16
Ngày Phát Hành 2016-08-16
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://saywhat.lol
Ngôn Ngữ Được Hỗ Trợ 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
}