Puppy Overload

This extension returns an overload of labrador puppies.

Puppy Overloadとは何ですか?

Puppy OverloadはDanielle Adamsによって開発されたChromeの拡張機能で、その主な機能は「This extension returns an overload of labrador puppies.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Puppies provide more than just companionship. They're proven to help people de-stress and improve overall happiness. That's why I created this extension. Puppies make me happy, and looking at pictures of puppies can help anyone detach from any stressful scenario.                    

拡張機能の基本情報

名前 Puppy Overload Puppy Overload
ID jdgnnbkkejnolpimodbifmlchcppgpoe
公式URL https://chromewebstore.google.com/detail/puppy-overload/jdgnnbkkejnolpimodbifmlchcppgpoe
説明 This extension returns an overload of labrador puppies.
ファイルサイズ 13.3 KB
インストール数 259
現在のバージョン 2.1
最終更新日 2014-12-28
公開日 2014-12-28
評価 3.25/5 合計 8 レビュー
開発者 Danielle Adams
支払い方法 free
拡張機能のウェブサイト http://github.com/danielleadams/puppyoverload
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Puppy Overload",
    "short_name": "Puppy Ovrld",
    "description": "This extension returns an overload of labrador puppies.",
    "version": "2.1",
    "permissions": [
        "https:\/\/secure.flickr.com\/",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon.png",
        "default_title": "Puppy Overload"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "overloadBrowser.js"
        ],
        "persistent": false
    }
}