Fav
Fav Bookmark Manager
什麼是Fav?
Fav是由Sunny Golovine開發的Chrome擴展程式,該擴展的主要功能是“Fav Bookmark Manager”。
擴展截圖
下載Fav擴展crx文件
下載Fav擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |