ClienZ

클리앙질을 돕는 크롬 확장기능입니다.

What is ClienZ?

ClienZ is a Chrome extension developed by funnyfog, and its main feature is "클리앙질을 돕는 크롬 확장기능입니다.".

Extension Screenshots

screenshot

Download ClienZ Extension CRX File

Download ClienZ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        다음과 같은 기능을 포함하고 있으며 각 기능은 옵션에서 켜거나 끌 수 있습니다.
- 포인트 표시 기능
- 시간 형식을 친근하게 바꿔주는 기능
- 글 작성시 유튜브 간편 삽입
- 댓글에 동영상 링크 있으면 인라인 재생
- 본문/댓글에 클리앙 내부 링크 있으면 제목과 작성자 표시
- 긴 서명 줄여 보이기

다음 버전에서는 회원 메모 기능을 추가할 예정이며 파이어폭스와 사파리 버전도 계획하고 있습니다.

# 0.3.30704.5 변경사항
- Added: 댓글에서 인라인 이미지 보기 기능
- Fixed: 유튜브 링크가 https인 경우 댓글에서 볼 수 없던 문제 수정                    

Extension Basic Information

Name ClienZ ClienZ
ID iempohoeakgkncmccimpdbgdlcgopnco
Official URL https://chrome.google.com/webstore/detail/iempohoeakgkncmccimpdbgdlcgopnco
Description 클리앙질을 돕는 크롬 확장기능입니다.
File Size 173 KB
Installation Count 143
Current Version 0.3.30704.5
Last Updated 2013-07-03
Publish Date 2013-07-03
Rating 5.00/5 Total 5 Ratings
Developer funnyfog
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClienZ",
    "version": "0.3.30704.5",
    "description": "\ud074\ub9ac\uc559\uc9c8\uc744 \ub3d5\ub294 \ud06c\ub86c \ud655\uc7a5\uae30\ub2a5\uc785\ub2c8\ub2e4.",
    "icons": {
        "16": "clienz_16.png",
        "48": "clienz_48.png",
        "128": "clienz_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/clien.net\/",
        "http:\/\/www.clien.net\/",
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.clien.net\/*",
                "http:\/\/client.net\/*"
            ],
            "js": [
                "js\/zepto.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/font-awesome.min.css",
                "css\/default.css"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_title": "ClienZ",
        "default_icon": "clienz_19.png",
        "default_popup": "options.html"
    },
    "web_accessible_resources": [
        "font\/fontawesome-webfont.woff",
        "font\/fontawesome-webfont.ttf",
        "font\/fontawesome-webfont.svg",
        "font\/FontAwesome.otf"
    ]
}