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"
    ]
}