Comic Doge

Dogeifies the current page

Comic Doge란 무엇입니까?

Comic Doge은(는) Zack Guard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dogeifies the current page"입니다.

확장 프로그램 스크린샷

screenshot

Comic Doge 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}