tipsy

A prototype

tipsyคืออะไร?

tipsy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tipsy.csail.mit.edu และคุณลักษณะหลักของมันคือ "A prototype"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย tipsy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tipsy helps you make donation to web site whose content you read.  You specify an overall donation amount.  Tipsy tracks your use of web sites over time (that information stays with you; nobody else can access it) and periodically divides up your donation among those sites proportionally to the time you spend on them.  You have complete control---you can change the amount you donate to each site or choose not to donate to particular sites.  You can make the donations whenever you want.  

More information is on the project web site, at http://tipsy.csail.mit.edu/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ tipsy tipsy
ID omlkgkpbhjalgfbjbdmpcgapimhaafhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tipsy/omlkgkpbhjalgfbjbdmpcgapimhaafhp
คำอธิบาย A prototype
ขนาดไฟล์ 1.13 MB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.1.14
อัปเดตครั้งล่าสุด 2017-02-10
วันที่เผยแพร่ 2017-02-10
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://tipsy.csail.mit.edu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://tipsy.csail.mit.edu
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tipsy",
    "version": "0.1.14",
    "description": "A prototype",
    "icons": {
        "19": "img\/logo19.png",
        "48": "img\/logo48.png",
        "64": "img\/logo64.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo19.png",
            "48": "img\/logo48.png",
            "64": "img\/logo48.png"
        },
        "default_title": "Tipsy"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "alarms",
        "tabs",
        "history",
        "idle",
        "storage",
        "notifications",
        "https:\/\/www.dwolla.com\/",
        "https:\/\/uat.dwolla.com\/"
    ],
    "web_accessible_resources": [
        "js\/**\/*",
        "js\/contentscript.js.map",
        "bower_components\/**\/*",
        "html\/index.html"
    ],
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.dwolla.com https:\/\/uat.dwolla.com; object-src 'self'; style-src 'unsafe-inline' 'self' https:\/\/uat.dwolla.com https:\/\/www.dwolla.com https:\/\/fonts.googleapis.com"
}