WedNov Bookmarks

Personal Bookmark Manager.

什麼是WedNov Bookmarks?

WedNov Bookmarks是由http://www.wednov.com開發的Chrome擴展程式,該擴展的主要功能是“Personal Bookmark Manager.”。

擴展截圖

screenshot
screenshot
screenshot

下載WedNov Bookmarks擴展crx文件

下載WedNov Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}