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
公式URL 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
Eメール [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"
}