CarryLinks
More than a bookmark manager! Easily and privately synchronize and manage your bookmarks on all browsers, devices, and systems.
CarryLinks란 무엇입니까?
CarryLinks은(는) https://carrylinks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "More than a bookmark manager! Easily and privately synchronize and manage your bookmarks on all browsers, devices, and systems."입니다.
확장 프로그램 스크린샷
CarryLinks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Many people use more than one browser, more than one device, and more than one operating system. This results in saving our favorite bookmarks all over the place. This extension from CarryLinks is a tool that allows you to completely manage and synchronize all your bookmarks regardless of the browser, device, and system. Beyond bookmark synchronization, you can enjoy many FEATURES, such as: - Bookmark and manage links - Import existing bookmarks - Import links from history - Save open tabs - Save links from a webpage - Open all links in a folder - Open links in the same window - Open links in new windows - Open links in private windows - Auto-detect links’ titles and descriptions - Search links - Create QRs - Shorten links - Check links for availability - Check links for safety - Share links - Sort links - Sort folders - Color folders This extension is loaded with many features without affecting the speed of your browser. The main features are free; and, if you want PREMIUM features, you can upgrade at any time. For more information, please visit https://carrylinks.com/extension
확장 프로그램 기본 정보
이름 | CarryLinks |
ID | dkjfnnolfbkgjbddlmmmloedjiegfmoo |
공식 URL | https://chromewebstore.google.com/detail/carrylinks/dkjfnnolfbkgjbddlmmmloedjiegfmoo |
설명 | More than a bookmark manager! Easily and privately synchronize and manage your bookmarks on all browsers, devices, and systems. |
파일 크기 | 1.25 MB |
설치 횟수 | 236 |
현재 버전 | 0.13.0 |
최근 업데이트 | 2024-02-24 |
출시 날짜 | 2022-06-20 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | https://carrylinks.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://carrylinks.com |
도움말 페이지 URL | https://carrylinks.com/contact |
개인정보 보호 정책 페이지 URL | https://carrylinks.com/privacy |
지원되는 언어 | en,es,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "default_locale": "en", "manifest_version": 3, "version": "0.13.0", "description": "__MSG_extDescription__", "author": "__MSG_extAuthor__", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "96": "images\/logo96.png", "128": "images\/logo128.png" }, "action": { "default_title": "CarryLinks", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32guest.png", "48": "images\/logo48.png", "96": "images\/logo96.png", "128": "images\/logo128.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "settings.html" }, "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/carrylinks.com", "permissions": [ "bookmarks", "history", "storage", "identity", "cookies", "tabs", "contextMenus", "notifications", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "https:\/\/*.carrylinks.com\/*", "https:\/\/*.carrylinks.test\/*" ] } } |