Give me a GIF!
A great tool to kill your productivity
什么是Give me a GIF!?
Give me a GIF!是由https://alberto.cc开发的Chrome扩展程序,该扩展的主要功能是“A great tool to kill your productivity”。
扩展截图
下载Give me a GIF!扩展crx文件
下载Give me a GIF!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You need a GIF. You know you need a GIF right now. Install the extension, click the icon and get pleasured with the hottest GIFs from reddit.com/r/gifs.
扩展基本信息
名称 | Give me a GIF! |
ID | lnilkliokcnoaiodkamnegebhnmckacd |
官方URL | https://chromewebstore.google.com/detail/give-me-a-gif/lnilkliokcnoaiodkamnegebhnmckacd |
简介 | A great tool to kill your productivity |
文件大小 | 50.01 KB |
安装次数 | 17 |
当前版本 | 1.2 |
更新时间 | 2021-02-01 |
上架时间 | 2019-10-20 |
评分 | 5.00/5 共1次评分 |
开发者 | https://alberto.cc |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Give me a GIF!", "short_name": "GIF!", "description": "A great tool to kill your productivity", "version": "1.2", "author": "Alberto Cabeza Cardiel", "manifest_version": 2, "icons": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "img\/icon\/icon_16.png", "48": "img\/icon\/icon_48.png", "128": "img\/icon\/icon_128.png" } } } |