Page Contents Sidebar

Sidebar for web page contents

Qu'est-ce que Page Contents Sidebar ?

Page Contents Sidebar est une extension Chrome développée par ikenshirogivenup98, et sa fonction principale est "Sidebar for web page contents".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Page Contents Sidebar

Téléchargez les fichiers d'extension Page Contents Sidebar 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

                        # 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                    

Informations de Base sur l'Extension

Nom Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
URL Officiel https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Description Sidebar for web page contents
Taille du Fichier 106 KB
Nombre d'Installations 11
Version Actuelle 0.1.6
Dernière Mise à Jour 2019-08-15
Date de Publication 2019-08-15
Évaluation 2.00/5 Total 2 Évaluations
Développeur ikenshirogivenup98
Type de Paiement free
Site Web de l'Extension https://github.com/momotaro98/page-contents-sidebar
URL de la Page d'Aide https://github.com/momotaro98/page-contents-sidebar/issues
Langues Prises en Charge 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
    }
}