Doge for Chrome

5% chance of doge every time you load page

什麼是Doge for Chrome?

Doge for Chrome是由Jared Silver開發的Chrome擴展程式,該擴展的主要功能是“5% chance of doge every time you load page”。

擴展截圖

screenshot

下載Doge for Chrome擴展crx文件

下載Doge for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Such random. Many doge. Very 5% chance.

Do you need a little more doge in your life? Does the monotony of your day-to-day life make you want to bang your head against your desk? Drown in boredom no longer — introducing Doge for Chrome!

Doge for Chrome is an extension that will randomly display a delightful doge animation a small percentage of the time you load a new web page.

Studying for school got you down? Upset about the price of doge coin? Wish you had more friends? Cheer up instantly with this delightful doge animation, coming soon to a browser near you!                    

擴展基本資訊

名稱 Doge for Chrome Doge for Chrome
ID hgbjmjjpoakdcllgikgchblebfclefii
官方網址 https://chromewebstore.google.com/detail/doge-for-chrome/hgbjmjjpoakdcllgikgchblebfclefii
簡介 5% chance of doge every time you load page
檔案大小 138 KB
安裝次數 3,435
目前版本 2.0
更新時間 2021-06-07
上架時間 2016-05-16
評分 4.30/5 共 50 次評分
開發者 Jared Silver
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doge for Chrome",
    "description": "5% chance of doge every time you load page",
    "version": "2.0",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "96": "\/images\/icon96.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "96": "\/images\/icon96.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "animate.css",
                "doge.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}