Fetch!

Fetch a dog, anytime, anywhere!

Fetch!とは何ですか?

Fetch!はPatrick Cullingsによって開発されたChromeの拡張機能で、その主な機能は「Fetch a dog, anytime, anywhere!」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        'Fetch!' is a Chrome extension for everyone!  Stressed, sad, or even happy, 'Fetch!' has got your back.  On whichever website you're browsing, activate 'Fetch!' and you can fetch yourself a photo of a dog to display in your browser.  Get a dog from a random breed, or from one of the breeds offered in the dropdown.  Once you've had your fill, get back to your previous display by simply closing out of the image.

Note: Fetch! does not work in a "New Tab."  You must be in an actual webpage for Fetch! to function properly.                    

拡張機能の基本情報

名前 Fetch! Fetch!
ID jkanoaaphjgfmmlomnhplhnikdhehijg
公式URL https://chromewebstore.google.com/detail/fetch/jkanoaaphjgfmmlomnhplhnikdhehijg
説明 Fetch a dog, anytime, anywhere!
ファイルサイズ 106 KB
インストール数 51
現在のバージョン 0.0.0.3
最終更新日 2018-02-25
公開日 2018-02-24
評価 5.00/5 合計 4 レビュー
開発者 Patrick Cullings
支払い方法 free
拡張機能のウェブサイト https://github.com/pcullings/Fetch
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fetch!",
    "description": "Fetch a dog, anytime, anywhere!",
    "version": "0.0.0.3",
    "browser_action": {
        "default_icon": "content\/dog-icon.png",
        "default_popup": "popup.html",
        "default_title": "Fetch!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}