ChangeTip Extension

ChangeTip - Tip your favorite content with Bitcoin

ChangeTip Extensionคืออะไร?

ChangeTip Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย changetip และคุณลักษณะหลักของมันคือ "ChangeTip - Tip your favorite content with Bitcoin"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChangeTip Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}