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)是由suresh.falor开发的Chrome扩展程序,该扩展的主要功能是“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)扩展crx文件

下载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"
    }
}