Favorite Urls

Store Your Favorite

Favorite Urlsคืออะไร?

Favorite Urls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dholakiyaankit และคุณลักษณะหลักของมันคือ "Store Your Favorite"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Favorite Urls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Favorite URLs is an Extension for managing your Favorite links easily.You can store your favorite links to your extension unlimited links. If you want to add any Link then click on the Add New button at below. Suppose, you want to add current URL which you are viewing then just click on the extension and then Add current button. Its also provide delete and delete all functionality.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Favorite Urls Favorite Urls
ID olhgkifdaennjjlkoclicpjmidfldcnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/favorite-urls/olhgkifdaennjjlkoclicpjmidfldcnj
คำอธิบาย Store Your Favorite
ขนาดไฟล์ 262 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-08-05
วันที่เผยแพร่ 2019-08-05
คะแนน 4.63/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา dholakiyaankit
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorite Urls",
    "description": "Store Your Favorite",
    "version": "1.4",
    "short_name": "Favorite URLs",
    "browser_action": {
        "default_icons": {
            "16": "assets\/images\/Book-mark-16.png",
            "48": "assets\/images\/Book-mark-48.png",
            "128": "assets\/images\/Book-mark-128.png"
        },
        "default_icon": "assets\/images\/Bookmark.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}