Hyperlink5 Add a Link
Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.
什么是Hyperlink5 Add a Link?
Hyperlink5 Add a Link是由http://www.hyperlink5.com开发的Chrome扩展程序,该扩展的主要功能是“Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.”。
扩展截图
下载Hyperlink5 Add a Link扩展crx文件
下载Hyperlink5 Add a Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save bookmarks to the cloud and access them from any browser, with no syncing required. Don't be deceived by the simplicity of the pictured page. You can search bookmarks, drag and drop to organize, and edit with a simple right-click. Over time you will become accustomed to the position of certain links and you will find them without even looking. And you will never again need to navigate folder trees full of bookmarks. It's free, will always be free, so try it!
扩展基本信息
名称 | |
ID | klcmoacknbpblkjhjkjllcpjaflkffkf |
官方URL | https://chrome.google.com/webstore/detail/hyperlink5-add-a-link/klcmoacknbpblkjhjkjllcpjaflkffkf |
简介 | Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required. |
文件大小 | 226 KB |
安装次数 | 17 |
当前版本 | 0.74 |
更新时间 | 2013-08-29 |
上架时间 | 2013-08-29 |
评分 | 5.00/5 共1次评分 |
开发者 | http://www.hyperlink5.com |
付费类型 | free |
扩展官网 | http://www.hyperlink5.com/index.php/extensions |
帮助页面URL | http://www.hyperlink5.com/index.php/blog |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyperlink5 Add a Link", "version": "0.74", "description": "Save links from the current browser page to your Hyperlink5 homepage. FREE Account and Login to Hyperlink5 is required.", "options_page": "options.html", "browser_action": { "default_icon": "hyperlink5_thumb_19.png", "default_title": "Hyperlink5", "default_popup": "popup.html" }, "icons": { "16": "hyperlink5_thumb_16.png", "48": "hyperlink5_thumb_48.png", "128": "hyperlink5_thumb_128.png" }, "permissions": [ "tabs", "bookmarks", "http:\/\/www.hyperlink5.com\/" ] } |