Comic Doge

Dogeifies the current page

什麼是Comic Doge?

Comic Doge是由Zack Guard開發的Chrome擴展程式,該擴展的主要功能是“Dogeifies the current page”。

擴展截圖

screenshot

下載Comic Doge擴展crx文件

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

擴展使用說明

                        Comic Doge dogeifies the current page. It changes all the fonts to Comic Sans and all the images to pictures of Shibe.

Very meme.
Such comic.
Many doge.                    

擴展基本資訊

名稱 Comic Doge Comic Doge
ID aihlgelmihpijkklapkkkdbcgcnniamc
官方網址 https://chromewebstore.google.com/detail/comic-doge/aihlgelmihpijkklapkkkdbcgcnniamc
簡介 Dogeifies the current page
檔案大小 12.96 KB
安裝次數 221
目前版本 0.4
更新時間 2014-01-09
上架時間 2014-01-08
評分 4.67/5 共 9 次評分
開發者 Zack Guard
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Zachary Guard",
    "background": {
        "persistent": false,
        "scripts": [
            "elwin.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/19.png",
        "default_title": "Comic Doge"
    },
    "description": "Dogeifies the current page",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Comic Doge",
    "permissions": [
        "activeTab"
    ],
    "version": "0.4"
}