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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}