Yung GIF
Top 25 gifs (and more) on reddit - one click away.
什么是Yung GIF?
Yung GIF是由Tom开发的Chrome扩展程序,该扩展的主要功能是“Top 25 gifs (and more) on reddit - one click away.”。
扩展截图
下载Yung GIF扩展crx文件
下载Yung GIF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get notified when there is new amazingness on the web. Pick as many subreddits U like (e.g. /r/gifs, /r/earthporn, /r/aww_gifs) and Yung GIF will non-intrusively notify you when new GIFs appeared.
扩展基本信息
名称 | |
ID | pcbjhjfodgcbadhdpponooolomfhlamg |
官方URL | https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg |
简介 | Top 25 gifs (and more) on reddit - one click away. |
文件大小 | 88.85 KB |
安装次数 | 36 |
当前版本 | 0.3.1 |
更新时间 | 2016-10-16 |
上架时间 | 2016-10-16 |
评分 | 5.00/5 共7次评分 |
开发者 | Tom |
付费类型 | free |
扩展官网 | https://github.com/Tomtomgo/Yung-gif |
帮助页面URL | https://github.com/Tomtomgo/Yung-gif |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yung GIF", "description": "Top 25 gifs (and more) on reddit - one click away.", "version": "0.3.1", "short_name": "Yung GIF", "permissions": [ "tabs", "storage", "alarms" ], "background": { "persistent": false, "scripts": [ "jquery-2.1.0.min.js", "pingu.js", "yung_gif.js" ] }, "browser_action": { "default_icon": "crapicon.png", "tooltip": "Let's find GIFs." }, "options_page": "i_want_more.html", "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo.png" } } |