SelectGIF

Select a word and get Gif Image :)

什麼是SelectGIF?

SelectGIF是由http://sage.ga開發的Chrome擴展程式,該擴展的主要功能是“Select a word and get Gif Image :)”。

擴展截圖

screenshot

下載SelectGIF擴展crx文件

下載SelectGIF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SelectGIF SelectGIF
ID migfmkcdgeepjipbcikgnjhjpjhpcpem
官方網址 https://chrome.google.com/webstore/detail/selectgif/migfmkcdgeepjipbcikgnjhjpjhpcpem
簡介 Select a word and get Gif Image :)
檔案大小 63.3 KB
安裝次數 34
目前版本 4.0
更新時間 2016-11-28
上架時間 2016-11-28
評分 1.00/5 共 1 次評分
開發者 http://sage.ga
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://sage.ga
支援的語言 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
}