ChangeTip Extension

ChangeTip - Tip your favorite content with Bitcoin

Hvad er ChangeTip Extension?

ChangeTip Extension er en Chrome-udvidelse udviklet af changetip, og dens hovedfunktion er "ChangeTip - Tip your favorite content with Bitcoin".

Udvidelsesskærmbilleder

screenshot

Download ChangeTip Extension-udvidelses-CRX-fil

Download ChangeTip Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn ChangeTip Extension ChangeTip Extension
ID aekebfoinnjlnibmommlgnaicgkcihnk
Officiel URL https://chrome.google.com/webstore/detail/changetip-extension/aekebfoinnjlnibmommlgnaicgkcihnk
Beskrivelse ChangeTip - Tip your favorite content with Bitcoin
Filstørrelse 358 KB
Antal Installationer 88
Nuværende Version 0.0.1.3
Senest Opdateret 2015-02-19
Udgivelsesdato 2015-02-19
Bedømmelse 4.83/5 Samlet 12 Bedømmelser
Udvikler changetip
Betalingsmetode free
Udvidelseswebsted https://www.changetip.com
Understøttede Sprog 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"
    ]
}