Dripmarks

A bookmark tagging tool powerd by the Dropbox API and Readability

Dripmarks क्या है?

Dripmarks apphacker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bookmark tagging tool powerd by the Dropbox API and Readability"।

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

screenshot

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

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

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

                        Dripmarks is a bookmarking tool powered by the Dropbox API and the Readability API.

Unlike Instapaper and Pocket, you own your own data with your own Dropbox account.

Differences from Instapaper and Pocket:

* You own and control the data. Totally private. Only you and Dropbox can see your bookmarks.
* Only a chrome extension for now, planning on adding an app for Android, and if that works out maybe for other platforms and browsers in the future.
* Always free and open source.

I finally fixed the oauth problem, sorry it took so long.                    

एक्सटेंशन की मूल जानकारी

नाम Dripmarks Dripmarks
ID oeibaijncimbhaodhikifokafmjpgjkd
आधिकारिक URL https://chrome.google.com/webstore/detail/dripmarks/oeibaijncimbhaodhikifokafmjpgjkd
विवरण A bookmark tagging tool powerd by the Dropbox API and Readability
फ़ाइल का आकार 408 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.6.1
अंतिम अपडेट 2014-03-02
प्रकाशन तिथि 2014-03-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर apphacker
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/btipling/dripmarks
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dripmarks",
    "description": "A bookmark tagging tool powerd by the Dropbox API and Readability",
    "version": "1.6.1",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/readability.com\/*",
        "https:\/\/*.dropbox.com\/*"
    ],
    "web_accessible_resources": [
        "chrome_oauth_receiver.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.dropbox.com; object-src 'self'",
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo-19.png",
            "38": "images\/logo-38.png"
        },
        "default_title": "Dripmarks",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    }
}