Fav
Fav Bookmark Manager
Fav란 무엇입니까?
Fav은(는) Sunny Golovine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fav Bookmark Manager"입니다.
확장 프로그램 스크린샷
Fav 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fav is an open source bookmark manager that backs up your bookmarks to Github Gist. Quickly Add Bookmarks: Fav prefills the site you are on whenever you are adding a bookmark, letting you add a bookmark in just two clicks. Tagging and Filtering: Fav lets you tag your bookmarks and filter by tag or search for the bookmark by name or by tag later. Keep Bookmarks in Sync: Fav synchronizes with Github Gist so you can quickly backup and restore bookmarks to various machines. Sharing: Fav also lets you share a collection of bookmarks. Give the GistID to a collection you created to someone else and they will be able to open and view in in Fav on their browser. Whenever you make changes to the collection they will automatically receive updates. Free and Open Source: Fav is Free and open source. You can find links to the source code on our website.
확장 프로그램 기본 정보
이름 | Fav |
ID | gammmbkeceiljlgijimbhhgkfmiejnkl |
공식 URL | https://chromewebstore.google.com/detail/fav/gammmbkeceiljlgijimbhhgkfmiejnkl |
설명 | Fav Bookmark Manager |
파일 크기 | 1.3 MB |
설치 횟수 | 61 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2020-06-04 |
출시 날짜 | 2020-04-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Sunny Golovine |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://fav.sh |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fav", "version": "2.0.1", "description": "Fav Bookmark Manager", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" }, "default_title": "Fav", "default_popup": "entry\/extension.html" }, "permissions": [ "tabs", "storage", "https:\/\/*.github.com\/*" ] } |