Page Contents Sidebar

Sidebar for web page contents

¿Qué es Page Contents Sidebar?

Page Contents Sidebar es una extensión de Chrome desarrollada por ikenshirogivenup98, y su función principal es "Sidebar for web page contents".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Page Contents Sidebar

Descarga archivos de extensión Page Contents Sidebar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        # 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                    

Información Básica de la Extensión

Nombre Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
URL Oficial https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Descripción Sidebar for web page contents
Tamaño del Archivo 106 KB
Cantidad de Instalaciones 11
Versión Actual 0.1.6
Última Actualización 2019-08-15
Fecha de Publicación 2019-08-15
Calificación 2.00/5 Total de 2 Calificaciones
Desarrollador ikenshirogivenup98
Tipo de Pago free
Sitio Web de la Extensión https://github.com/momotaro98/page-contents-sidebar
URL de la Página de Ayuda https://github.com/momotaro98/page-contents-sidebar/issues
Idiomas Soportados 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
    }
}