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
官方網址 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"
    ]
}