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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Yung GIF Yung GIF
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"
    }
}