SelectGIF

Select a word and get Gif Image :)

SelectGIF là gì?

SelectGIF là một tiện ích mở rộng Chrome được phát triển bởi http://sage.ga, và tính năng chính của nó là "Select a word and get Gif Image :)".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SelectGIF

Tải xuống các tệp mở rộng SelectGIF 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

                        Select a word and Click on the Browser Icon on the top right corner, You will get the Gif relevent to that.

Random Gif Generator. 

Just Click on the icon and Have fun with Gif.                    

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

Tên SelectGIF SelectGIF
ID migfmkcdgeepjipbcikgnjhjpjhpcpem
URL Chính Thức https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem
Mô tả Select a word and get Gif Image :)
Kích Thước Tệp 63.3 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2016-11-28
Ngày Phát Hành 2016-11-28
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://sage.ga
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://sage.ga
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SelectGIF",
    "description": "Select a word and get Gif Image :)",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "*:\/\/*\/*"
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "pop.html",
        "default_title": "SelectGIF"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "4.0",
    "manifest_version": 2
}