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) là gì?

ScrollMark (Autosave Scroll Position) là một tiện ích mở rộng Chrome được phát triển bởi suresh.falor, và tính năng chính của nó là "ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…".

Tải xuống tệp CRX của tiện ích mở rộng ScrollMark (Autosave Scroll Position)

Tải xuống các tệp mở rộng ScrollMark (Autosave Scroll Position) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ScrollMark (Autosave Scroll Position) ScrollMark (Autosave Scroll Position)
ID gekidlkidjohjompjafiphdpgejjgklo
URL Chính Thức https://chrome.google.com/webstore/detail/scrollmark-autosave-scrol/gekidlkidjohjompjafiphdpgejjgklo
Mô tả ScrollMark is a small yet intuitive extension created to save you time and effort. It's frustrating when you return to a long…
Kích Thước Tệp 47.08 KB
Số Lần Cài Đặt 465
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2015-04-24
Ngày Phát Hành 2015-04-24
Đánh Giá 2.90/5 Tổng số 29 Đánh Giá
Nhà Phát Triển suresh.falor
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}