Dripmarks

A bookmark tagging tool powerd by the Dropbox API and Readability

Dripmarks란 무엇입니까?

Dripmarks은(는) apphacker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bookmark tagging tool powerd by the Dropbox API and Readability"입니다.

확장 프로그램 스크린샷

screenshot

Dripmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}