tipsy

A prototype

tipsy क्या है?

tipsy http://tipsy.csail.mit.edu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A prototype"।

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

screenshot

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

crx प्रारूप में tipsy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}