Bookmark

Saves scroll positions for websites.

Wat is Bookmark?

Bookmark is een Chrome-extensie ontwikkeld door jspt256, en de belangrijkste functie is "Saves scroll positions for websites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark

Download Bookmark-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

                        Save scroll positions for tabs, as well as the tabs themselves. Designed for quick bookmarking and keeping track of where you were on long pages.

Features:
- Click to save the state of the current tab (URL + scroll position)
- Can save multiple scroll positions for a single URL
- Apply saved scroll positions with a single click
- Automatically filters out the tabs that are not for the current URL
- Can view and use all saved tabs
- Minimalist interface                    

Basisinformatie over de Extensie

Naam Bookmark Bookmark
ID koaaophnckngclhkoldeenjeinkjkmck
Officiële URL https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck
Beschrijving Saves scroll positions for websites.
Bestandsgrootte 152 KB
Aantal Installaties 43
Huidige Versie 1.0
Laatst Bijgewerkt 2019-02-27
Publicatiedatum 2019-02-27
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar jspt256
Betalingswijze free
Extensiewebsite https://github.com/jperrett256/Bookmark
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark",
    "version": "1.0",
    "description": "Saves scroll positions for websites.",
    "icons": {
        "48": "icons\/bookmark-48.png",
        "96": "icons\/bookmark-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/bookmark-32.png",
        "default_title": "Bookmark",
        "default_popup": "popup\/bookmark.html"
    }
}