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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | oplfkdjfkhobipacfcibmbpamceihkod |
| 官方網址 | 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"
}
} | |