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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |