ChangeTip Extension

ChangeTip - Tip your favorite content with Bitcoin

ChangeTip Extension란 무엇입니까?

ChangeTip Extension은(는) changetip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChangeTip - Tip your favorite content with Bitcoin"입니다.

확장 프로그램 스크린샷

screenshot

ChangeTip Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChangeTip is a Love Button for the internet.

The ChangeTip extension allows you to easily tip users with the click of a button, rather than requiring that you remember the syntax. To start off, tipping is supported on reddit and twitter, but tipping across other sites is coming very soon!

New in changetip 0.0.1.3:
- updated interface, now consistent across all sites we support!
- tip on YouTube!

New in changetip 0.0.1.2:
- tip on Twitter!
- moniker autocompletion support!                    

확장 프로그램 기본 정보

이름 ChangeTip Extension ChangeTip Extension
ID aekebfoinnjlnibmommlgnaicgkcihnk
공식 URL https://chrome.google.com/webstore/detail/changetip-extension/aekebfoinnjlnibmommlgnaicgkcihnk
설명 ChangeTip - Tip your favorite content with Bitcoin
파일 크기 358 KB
설치 횟수 88
현재 버전 0.0.1.3
최근 업데이트 2015-02-19
출시 날짜 2015-02-19
평점 4.83/5 총 12 개의 평점
개발자 changetip
결제 유형 free
확장 프로그램 웹 사이트 https://www.changetip.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChangeTip Extension",
    "short_name": "ChangeTip",
    "version": "0.0.1.3",
    "manifest_version": 2,
    "description": "ChangeTip - Tip your favorite content with Bitcoin",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "BabelExt.js",
                "vendor\/zepto.min.js",
                "vendor\/complete.ly.1.0.1.js",
                "core.js",
                "sites\/reddit.js",
                "sites\/twitter.js",
                "sites\/youtube.js",
                "extension.js"
            ],
            "css": [
                "changetip.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ],
    "icons": {
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications"
    ]
}