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ファイルをダウンロード

ChangeTip Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}