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
官方網址 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"
    }
}