Show me a duck

Simple extension that show some ducks

什么是Show me a duck?

Show me a duck是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simple extension that show some ducks”。

扩展截图

screenshot

下载Show me a duck扩展crx文件

下载Show me a duck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugins shows a random picture of a duck, every time you click on the button of show me a duck.                    

扩展基本信息

名称 Show me a duck Show me a duck
ID oplfkdjfkhobipacfcibmbpamceihkod
官方URL https://chromewebstore.google.com/detail/show-me-a-duck/oplfkdjfkhobipacfcibmbpamceihkod
简介 Simple extension that show some ducks
文件大小 12.7 KB
安装次数 639
当前版本 1.0
更新时间 2021-10-28
上架时间 2021-10-28
评分 5.00/5 共2次评分
开发者 Unknown
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show me a duck",
    "description": "Simple extension that show some ducks",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/random-d.uk\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    }
}