Scrapp Bookmarks

Your bookmarks everywhere

Scrapp Bookmarksคืออะไร?

Scrapp Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://scrapp.it และคุณลักษณะหลักของมันคือ "Your bookmarks everywhere"

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

screenshot

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

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

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

                        Scrapp is a lightweight, universal bookmark manager that helps you manage, maintain and read your bookmarks, wherever you are                    

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

ชื่อ Scrapp Bookmarks Scrapp Bookmarks
ID jmiogmifcbkjjdihfnhcdnihomddaefb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scrapp-bookmarks/jmiogmifcbkjjdihfnhcdnihomddaefb
คำอธิบาย Your bookmarks everywhere
ขนาดไฟล์ 8.75 KB
จำนวนการติดตั้ง 360
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-11-06
วันที่เผยแพร่ 2019-11-06
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://scrapp.it
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scrapp.it
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrapp Bookmarks",
    "version": "1.0",
    "description": "Your bookmarks everywhere",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "32": "icon-only-32.png",
        "192": "icon-192.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-only-32.png"
    },
    "manifest_version": 2
}