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.”。

擴展截圖

screenshot

下載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!                    

擴展基本資訊

名稱 Hyperlink5 Add a Link Hyperlink5 Add a Link
ID klcmoacknbpblkjhjkjllcpjaflkffkf
官方網址 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\/"
    ]
}