Bookmark Manager - favattic.com
Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive.
Bookmark Manager - favattic.com란 무엇입니까?
Bookmark Manager - favattic.com은(는) https://www.favattic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive."입니다.
확장 프로그램 스크린샷
Bookmark Manager - favattic.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Quick bookmarking while browsing: Just press favattic button and choose where to store. No need to open favattic. 2. Copy browser bookmarks to favattic fastly 3. Automatic bookmark duplicate-check: You see immediately, if the webpage is already stored in favattic. ____________________________________________ What is favattic bookmarking? *Clean Design - Clear Structure* Easy tab-system to create separate bookmark collections for various topics or projects in one place *Flexible* Works everywhere with any device and any browser *Teamwork* Separate team-tabs allow friends+colleagues to share their bookmarks automatically and support each other. *Secure* favattic guarantees highest data security. No tracking, no profiling. __________________________________________ About our team! We are 3 enthusiastic people, loving good structures and modern interfaces. As IT specialists for information management and collaboration-systems, we believe favattic solves all efficiency problems of regularly bookmarkers.
확장 프로그램 기본 정보
이름 | Bookmark Manager - favattic.com |
ID | ajmlbbfiejodkbgeicicecdjbpcanecj |
공식 URL | https://chromewebstore.google.com/detail/bookmark-manager-favattic/ajmlbbfiejodkbgeicicecdjbpcanecj |
설명 | Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive. |
파일 크기 | 192 KB |
설치 횟수 | 628 |
현재 버전 | 1.6.9 |
최근 업데이트 | 2016-12-04 |
출시 날짜 | 2016-12-04 |
평점 | 3.69/5 총 13 개의 평점 |
개발자 | https://www.favattic.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Manager - favattic.com", "short_name": "Smart Bookmarking Solution", "description": "Powerful bookmark manager for individuals and teams. Easy to use, secure, and productive.", "version": "1.6.9", "browser_action": { "default_icon": "img\/favicon-32x32.png", "default_popup": "favattic.html" }, "icons": { "16": "img\/favicon-16x16.png", "32": "img\/favicon-32x32.png", "48": "img\/favicon-48x48.png", "128": "img\/favicon-128x128.png" }, "permissions": [ "bookmarks", "storage", "notifications", "activeTab", "tabs", "http:\/\/*.favattic.com\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+D", "mac": "Alt+Shift+D", "chromeos": "Alt+Shift+D", "linux": "Alt+Shift+D" } } } } |