Bookmark

Saves scroll positions for websites.

Bookmarkคืออะไร?

Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jspt256 และคุณลักษณะหลักของมันคือ "Saves scroll positions for websites."

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

screenshot
screenshot

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

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

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

                        Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages.

Features:
- Click to save the state of the current tab (URL + scroll position)
- Can save multiple scroll positions for a single URL
- Apply saved scroll positions with a single click
- Automatically filters out the tabs that are not for the current URL
- Can view and use all saved tabs
- Minimalist interface                    

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

ชื่อ Bookmark Bookmark
ID koaaophnckngclhkoldeenjeinkjkmck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck
คำอธิบาย Saves scroll positions for websites.
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 43
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-02-27
วันที่เผยแพร่ 2019-02-27
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jspt256
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jperrett256/Bookmark
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark",
    "version": "1.0",
    "description": "Saves scroll positions for websites.",
    "icons": {
        "48": "icons\/bookmark-48.png",
        "96": "icons\/bookmark-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/bookmark-32.png",
        "default_title": "Bookmark",
        "default_popup": "popup\/bookmark.html"
    }
}