SavePoint
Saves the page scroll and snaps it back when desired.
Was ist SavePoint?
SavePoint ist eine Chrome-Erweiterung, die von Like The Mammal entwickelt wurde, und ihr Hauptmerkmal ist "Saves the page scroll and snaps it back when desired.".
Erweiterungsscreenshots
SavePoint-Erweiterungs-CRX-Datei herunterladen
Laden Sie SavePoint-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | gcgddopabjjjjonmgchapnicpbgebala |
Offizielle URL | https://chrome.google.com/webstore/detail/savepoint/gcgddopabjjjjonmgchapnicpbgebala |
Beschreibung | Saves the page scroll and snaps it back when desired. |
Dateigröße | 1.69 MB |
Installationsanzahl | 19 |
Aktuelle Version | 0.0.3.6 |
Letztes Update | 2013-08-20 |
Veröffentlichungsdatum | 2013-08-20 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Like The Mammal |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } |