Page Contents Sidebar

Sidebar for web page contents

Co to jest Page Contents Sidebar?

Page Contents Sidebar to rozszerzenie Chrome opracowane przez ikenshirogivenup98, a jego główną funkcją jest „Sidebar for web page contents”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page Contents Sidebar

Pobierz pliki rozszerzeń Page Contents Sidebar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        # 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
Oficjalny URL https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Opis Sidebar for web page contents
Rozmiar pliku 106 KB
Liczba instalacji 11
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2019-08-15
Data Publikacji 2019-08-15
Ocena 2.00/5 Łącznie 2 Oceny
Deweloper ikenshirogivenup98
Typ Płatności free
Strona Rozszerzenia https://github.com/momotaro98/page-contents-sidebar
Adres URL Strony Pomocy https://github.com/momotaro98/page-contents-sidebar/issues
Obsługiwane Języki 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
    }
}