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 |
官方網址 | 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" } } |