Bookmark

Saves scroll positions for websites.

Cos'è Bookmark?

Bookmark è un'estensione di Chrome sviluppata da jspt256, e la sua funzione principale è "Saves scroll positions for websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bookmark

Scarica i file di estensione Bookmark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Bookmark Bookmark
ID koaaophnckngclhkoldeenjeinkjkmck
URL Ufficiale https://chromewebstore.google.com/detail/bookmark/koaaophnckngclhkoldeenjeinkjkmck
Descrizione Saves scroll positions for websites.
Dimensione del File 152 KB
Conteggio Installazioni 43
Versione Corrente 1.0
Ultimo Aggiornamento 2019-02-27
Data di Pubblicazione 2019-02-27
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore jspt256
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jperrett256/Bookmark
Lingue Supportate 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"
    }
}