Scrollmarks
Saves your scroll location & scrolls to it on page reload
Wat is Scrollmarks?
Scrollmarks is een Chrome-extensie ontwikkeld door kcarrhall12, en de belangrijkste functie is "Saves your scroll location & scrolls to it on page reload".
Download het CRX-bestand van de extensie Scrollmarks
Download Scrollmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Left click to mark/unmark the scroll location for a page. On page reload, you will be scrolled to the saved location. Scrollmarks can keep track of multiple pages, but only keeps track of one mark per page. Does not work with all webpages. https://github.com/kcarrhall/Scrollmarks
Basisinformatie over de Extensie
Naam | |
ID | dhgphpilnllknnoaafmgobkmnialglad |
Officiële URL | https://chrome.google.com/webstore/detail/scrollmarks/dhgphpilnllknnoaafmgobkmnialglad |
Beschrijving | Saves your scroll location & scrolls to it on page reload |
Bestandsgrootte | 14.37 KB |
Aantal Installaties | 70 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2017-07-07 |
Publicatiedatum | 2017-07-07 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | kcarrhall12 |
Betalingswijze | free |
Extensiewebsite | https://github.com/kcarrhall/Scrollmarks |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrollmarks", "description": "Saves your scroll location & scrolls to it on page reload", "version": "0.1.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/transparentIcon.png", "default_title": "" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "content_scripts": [ { "matches": [ " |