ScrollMark (Autosave Scroll Position)

ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…

ScrollMark (Autosave Scroll Position)คืออะไร?

ScrollMark (Autosave Scroll Position) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย suresh.falor และคุณลักษณะหลักของมันคือ "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScrollMark (Autosave Scroll Position)

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

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

                        ScrollMark is a small yet intuitive extension created to save you time and effort. 

It's frustrating when you return to a long article, blog post, or online reference, only to find that you've lost your original position. 

Simply click on the ScrollMark icon at the top next to the URL bar once the page loads to scroll down to where you left off. It's that simple!

As always, I welcome your suggestions and criticisms on how to make this better.

-- Rohit                    

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

ชื่อ ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
คำอธิบาย ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
ขนาดไฟล์ 47.08 KB
จำนวนการติดตั้ง 465
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-04-24
วันที่เผยแพร่ 2015-04-24
คะแนน 2.90/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา suresh.falor
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScrollMark (Autosave Scroll Position)",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "logo.png"
    }
}