WedNov Bookmarks

Personal Bookmark Manager.

WedNov Bookmarks란 무엇입니까?

WedNov Bookmarks은(는) http://www.wednov.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Personal Bookmark Manager."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        WedNov is an online bookmarking service designed to organize and store your links in one secure place.

With an overload of information on the Internet, it has become more and more difficult to keep track of websites and links we find important or interesting.

This is where WedNov comes in.

We help people save, organize, and share their bookmarks. We make this process easy and simple. Not only is our tool straightforward and user-friendly, it works on all major web browsers, as well as your Android tablets and smartphones.
Now with WedNov, you can keep your bookmarks in sync on all your devices.

Simple & Fast
- Add bookmark to your account with just one click.
- Save, edit, and share interesting bookmark with others.

Get Organized
- Create folders to organize bookmark. 
- Adding comments can be useful for future reference.

Stay Connected
- Keep your bookmarks in sync with multiple devices. 
- Instantly share bookmark via Facebook, Twitter, and more!

Learn more about us at:
www.wednov.com                    

확장 프로그램 기본 정보

이름 WedNov Bookmarks WedNov Bookmarks
ID pigicechghknlgppdipcehmamggfoghe
공식 URL https://chrome.google.com/webstore/detail/wednov-bookmarks/pigicechghknlgppdipcehmamggfoghe
설명 Personal Bookmark Manager.
파일 크기 206 KB
설치 횟수 17
현재 버전 1.0.1
최근 업데이트 2015-01-27
출시 날짜 2015-01-27
평점 3.00/5 총 4 개의 평점
개발자 http://www.wednov.com
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WedNov Bookmarks",
    "description": "Personal Bookmark Manager.",
    "version": "1.0.1",
    "browser_action": {
        "default_popup": "extension.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/www.wednov.com\/"
    ],
    "background": {
        "persistents": false,
        "scripts": [
            "background.js",
            "\/static\/js\/jquery-2.1.3.min.js"
        ],
        "pages": [
            "background.html"
        ]
    },
    "icons": {
        "128": "icon128.png"
    }
}