SavePoint
Saves the page scroll and snaps it back when desired.
Qu'est-ce que SavePoint ?
SavePoint est une extension Chrome développée par Like The Mammal, et sa fonction principale est "Saves the page scroll and snaps it back when desired.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SavePoint
Téléchargez les fichiers d'extension SavePoint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | gcgddopabjjjjonmgchapnicpbgebala |
URL Officiel | https://chrome.google.com/webstore/detail/savepoint/gcgddopabjjjjonmgchapnicpbgebala |
Description | Saves the page scroll and snaps it back when desired. |
Taille du Fichier | 1.69 MB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.3.6 |
Dernière Mise à Jour | 2013-08-20 |
Date de Publication | 2013-08-20 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Like The Mammal |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |