ChangeTip Extension

ChangeTip - Tip your favorite content with Bitcoin

ChangeTip Extension क्या है?

ChangeTip Extension changetip द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChangeTip - Tip your favorite content with Bitcoin"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChangeTip Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}