OpenPuppies

New tab extension that generates puppy gifs.

OpenPuppiesとは何ですか?

OpenPuppiesはhttp://opengifs.comによって開発されたChromeの拡張機能で、その主な機能は「New tab extension that generates puppy gifs.」です。

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

screenshot
screenshot
screenshot

OpenPuppies拡張機能のCRXファイルをダウンロード

OpenPuppies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 OpenPuppies OpenPuppies
ID eibeadnlhlhkedcdhfljihkfkgmcacin
公式URL https://chrome.google.com/webstore/detail/openpuppies/eibeadnlhlhkedcdhfljihkfkgmcacin
説明 New tab extension that generates puppy gifs.
ファイルサイズ 441 MB
インストール数 15
現在のバージョン 0.0.6
最終更新日 2016-02-10
公開日 2016-02-10
評価 5.00/5 合計 2 レビュー
開発者 http://opengifs.com
支払い方法 free
拡張機能のウェブサイト http://opengifs.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenPuppies",
    "short_name": "OpenPuppies",
    "version": "0.0.6",
    "description": "New tab extension that generates puppy gifs.",
    "author": "OpenPuppies",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "assets\/gifs\/*"
    ]
}