Doge My Site

Add 'MUCH WOW' to any page on the web.

什麼是Doge My Site?

Doge My Site是由https://michaelsolati.com開發的Chrome擴展程式,該擴展的主要功能是“Add 'MUCH WOW' to any page on the web.”。

擴展截圖

screenshot
screenshot

下載Doge My Site擴展crx文件

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

擴展使用說明

                        Add 'MUCH WOW' to any page on the web.

Added ability to change text on website to dogetalk.

If you code, please consider contributing https://github.com/MichaelSolati/doge-my-site                    

擴展基本資訊

名稱 Doge My Site Doge My Site
ID ghefodhmgeofnfpbmjlkglokpgomcodc
官方網址 https://chromewebstore.google.com/detail/doge-my-site/ghefodhmgeofnfpbmjlkglokpgomcodc
簡介 Add 'MUCH WOW' to any page on the web.
檔案大小 699 KB
安裝次數 4,324
目前版本 0.10.0
更新時間 2018-11-10
上架時間 2018-11-09
評分 4.17/5 共 35 次評分
開發者 https://michaelsolati.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://michaelsolati.com/code
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge My Site",
    "version": "0.10.0",
    "description": "Add 'MUCH WOW' to any page on the web.",
    "browser_action": {
        "default_title": "SUCH WOW",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}