Page Contents Sidebar

Sidebar for web page contents

Cos'è Page Contents Sidebar?

Page Contents Sidebar è un'estensione di Chrome sviluppata da ikenshirogivenup98, e la sua funzione principale è "Sidebar for web page contents".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Page Contents Sidebar

Scarica i file di estensione Page Contents Sidebar 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

                        # Overview

Sidebar Extension for Markdown on Gist

# Features

* Display header title of Markdown file on Gist
* Jump to target area
* Change the depth of the display header
* Track and focus on current browsing points
* Change the sidebar width
* The sidebar can be hidden with a single button                    

Informazioni di Base sull'Estensione

Nome Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
URL Ufficiale https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Descrizione Sidebar for web page contents
Dimensione del File 106 KB
Conteggio Installazioni 11
Versione Corrente 0.1.6
Ultimo Aggiornamento 2019-08-15
Data di Pubblicazione 2019-08-15
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore ikenshirogivenup98
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/momotaro98/page-contents-sidebar
URL della Pagina di Aiuto https://github.com/momotaro98/page-contents-sidebar/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Contents Sidebar",
    "version": "0.1.6",
    "manifest_version": 2,
    "author": "Shintaro Ikeda",
    "description": "Sidebar for web page contents",
    "homepage_url": "https:\/\/github.com\/momotaro98\/page-contents-sidebar",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/gist.github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}