SavePoint

Saves the page scroll and snaps it back when desired.

什麼是SavePoint?

SavePoint是由Like The Mammal開發的Chrome擴展程式,該擴展的主要功能是“Saves the page scroll and snaps it back when desired.”。

擴展截圖

screenshot
screenshot
screenshot

下載SavePoint擴展crx文件

下載SavePoint擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Click the 'S' icon to add a savepoint anywhere while scrolling through a page. Click again to snap back to that position.

Works best with sites like Twitter and Facebook.


Keyboard shortcuts:

Win: Ctrl+Shift+S (Add Savepoint)
Mac: Cmd+Shift+S (Add Savepoint)                    

擴展基本資訊

名稱 SavePoint SavePoint
ID gcgddopabjjjjonmgchapnicpbgebala
官方網址 https://chrome.google.com/webstore/detail/savepoint/gcgddopabjjjjonmgchapnicpbgebala
簡介 Saves the page scroll and snaps it back when desired.
檔案大小 1.69 MB
安裝次數 19
目前版本 0.0.3.6
更新時間 2013-08-20
上架時間 2013-08-20
評分 4.00/5 共 1 次評分
開發者 Like The Mammal
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SavePoint",
    "version": "0.0.3.6",
    "manifest_version": 2,
    "author": "Chris Dolphin",
    "description": "Saves the page scroll and snaps it back when desired.",
    "homepage_url": "http:\/\/likethemammal.com",
    "browser_action": {
        "default_icon": "src\/images\/icons\/icon16inactive.png",
        "default_title": "Save Point"
    },
    "icons": {
        "48": "src\/images\/icons\/icon48g.png",
        "128": "src\/images\/icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/js\/onSaveClick.js",
        "src\/js\/clearData.js",
        "src\/js\/onActivate.js",
        "src\/js\/checkLoad.js",
        "src\/images\/icons\/icon48g.png",
        "src\/images\/icons\/icon48y.png"
    ],
    "commands": {
        "toggle-save": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z",
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z",
                "chromeos": "Ctrl+Shift+Z",
                "linux": "Ctrl+Shift+Z"
            },
            "description": "Send a 'toggle-save' event to the extension"
        }
    }
}