Fav

Fav Bookmark Manager

Favคืออะไร?

Fav เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sunny Golovine และคุณลักษณะหลักของมันคือ "Fav Bookmark Manager"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fav

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}