WedNov Bookmarks
Personal Bookmark Manager.
WedNov Bookmarksとは何ですか?
WedNov Bookmarksはhttp://www.wednov.comによって開発されたChromeの拡張機能で、その主な機能は「Personal Bookmark Manager.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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" } } |