Corgify: Corgi Up Your Life

Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.

Corgify: Corgi Up Your Life란 무엇입니까?

Corgify: Corgi Up Your Life은(는) yanarchy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Corgify your web experience. Add a corgi into your life and be happy. Weeheehee."입니다.

확장 프로그램 스크린샷

screenshot

Corgify: Corgi Up Your Life 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you like corgis? Corgify will turn (almost) all of the images on a webpage into pictures of cute and cuddly corgis. Add a corgi to your internet habit!

Known Issues:
- some websites have images as background images, etc. and currently Corgify does not look for that added level of complexity
- you can't really turn off Corgify without deleting it or shutting down your browser
- corgi images will sometimes be resized

When I am less lazy, I will resolve these problems.                    

확장 프로그램 기본 정보

이름 Corgify: Corgi Up Your Life Corgify: Corgi Up Your Life
ID icahoicbphdghmgicfppeglmhheklknc
공식 URL https://chromewebstore.google.com/detail/corgify-corgi-up-your-lif/icahoicbphdghmgicfppeglmhheklknc
설명 Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.
파일 크기 5.49 MB
설치 횟수 105
현재 버전 3.0
최근 업데이트 2017-03-08
출시 날짜 2017-03-07
평점 3.08/5 총 25 개의 평점
개발자 yanarchy
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yanarchy/corgify
도움말 페이지 URL https://github.com/yanarchy/corgify
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corgify: Corgi Up Your Life",
    "short_name": "Corgify",
    "description": "Corgify your web experience. Add a corgi into your life and be happy. Weeheehee.",
    "version": "3.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "corgi_puppy2.jpg",
        "longcorgibutt.jpg",
        "long_corgis.jpg",
        "corgi_lobster.jpg",
        "corgishake.gif",
        "corgi_1.jpg",
        "corgi_2.jpg",
        "corgi_3.jpg",
        "corgi_4.jpg",
        "corgi_butt.jpg",
        "corgi_butt2.jpg",
        "corgi_corn.jpg",
        "corgi_puppy.jpg"
    ],
    "icons": {
        "48": "corgi_icon48.png",
        "128": "corgi_icon128.png"
    },
    "browser_action": {
        "default_icon": "corgifyicon.png",
        "default_title": "Corgify!"
    },
    "manifest_version": 2
}