In-Site Bookmark

A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…

In-Site Bookmarkคืออะไร?

In-Site Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tkrkt และคุณลักษณะหลักของมันคือ "A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย In-Site Bookmark

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

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

                        A simple in-site bookmark manager.
Lists bookmarks for only the site you are viewing (like: chrome.google.com).

Notice: Bookmarks added with this extension are kept internally, separate from your browser's bookmarks.                    

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

ชื่อ In-Site Bookmark In-Site Bookmark
ID mpleiaoobkcpaedlgmpnlohojkbjgfbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/in-site-bookmark/mpleiaoobkcpaedlgmpnlohojkbjgfbj
คำอธิบาย A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…
ขนาดไฟล์ 77.71 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2019-05-23
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา tkrkt
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "In-Site Bookmark",
    "version": "1.3.0",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "bookmarks",
        "downloads"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    }
}