Dewey

The best way to save bookmarks, create collections and share with your friends.

Dewey란 무엇입니까?

Dewey은(는) https://dewey.to에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to save bookmarks, create collections and share with your friends."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The best way to save bookmarks, create collections and share with groups.                    

확장 프로그램 기본 정보

이름 Dewey Dewey
ID labhdidhpgcfnoapbokkiekglejmlmbj
공식 URL https://chromewebstore.google.com/detail/dewey/labhdidhpgcfnoapbokkiekglejmlmbj
설명 The best way to save bookmarks, create collections and share with your friends.
파일 크기 601 KB
설치 횟수 125
현재 버전 0.3.2
최근 업데이트 2014-08-11
출시 날짜 2014-08-11
평점 2.00/5 총 1 개의 평점
개발자 https://dewey.to
결제 유형 free
확장 프로그램 웹 사이트 http://dewey.to
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dewey",
    "description": "The best way to save bookmarks, create collections and share with your friends.",
    "version": "0.3.2",
    "omnibox": {
        "keyword": "dewey"
    },
    "icons": {
        "128": "dewey-icon-lg.png",
        "16": "dewey-icon-omni.png"
    },
    "permissions": [
        "",
        "tabs",
        "bookmarks"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dewey.to\/*",
                "http:\/\/dewey.to\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "check-dewey-browser-extension.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.pubnub.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "dewey-sm.png",
        "default_popup": "index.html"
    }
}