Page Contents Sidebar

Sidebar for web page contents

O que é Page Contents Sidebar?

Page Contents Sidebar é uma extensão do Chrome desenvolvida por ikenshirogivenup98, e sua principal característica é "Sidebar for web page contents".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Page Contents Sidebar

Baixe arquivos de extensão Page Contents Sidebar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        # 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                    

Informações Básicas da Extensão

Nome Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
URL Oficial https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Descrição Sidebar for web page contents
Tamanho do Arquivo 106 KB
Contagem de Instalações 11
Versão Atual 0.1.6
Última Atualização 2019-08-15
Data de Publicação 2019-08-15
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor ikenshirogivenup98
Tipo de Pagamento free
Site da Extensão https://github.com/momotaro98/page-contents-sidebar
URL da Página de Ajuda https://github.com/momotaro98/page-contents-sidebar/issues
Idiomas Suportados 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
    }
}