SavePoint

Saves the page scroll and snaps it back when desired.

SavePoint là gì?

SavePoint là một tiện ích mở rộng Chrome được phát triển bởi Like The Mammal, và tính năng chính của nó là "Saves the page scroll and snaps it back when desired.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SavePoint

Tải xuống các tệp mở rộng SavePoint 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

                        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)                    

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

Tên SavePoint SavePoint
ID gcgddopabjjjjonmgchapnicpbgebala
URL Chính Thức https://chrome.google.com/webstore/detail/savepoint/gcgddopabjjjjonmgchapnicpbgebala
Mô tả Saves the page scroll and snaps it back when desired.
Kích Thước Tệp 1.69 MB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.3.6
Cập Nhật Lần Cuối 2013-08-20
Ngày Phát Hành 2013-08-20
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Like The Mammal
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}