Fav

Fav Bookmark Manager

Favとは何ですか?

FavはSunny Golovineによって開発されたChromeの拡張機能で、その主な機能は「Fav Bookmark Manager」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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\/*"
    ]
}