SelectGIF
Select a word and get Gif Image :)
什么是SelectGIF?
SelectGIF是由http://sage.ga开发的Chrome扩展程序,该扩展的主要功能是“Select a word and get Gif Image :)”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | migfmkcdgeepjipbcikgnjhjpjhpcpem |
官方URL | 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 } |