Reddit Sidebar Toggle

Toggle the sidebar on reddit.com

Co to jest Reddit Sidebar Toggle?

Reddit Sidebar Toggle to rozszerzenie Chrome opracowane przez dylan.araps, a jego główną funkcją jest „Toggle the sidebar on reddit.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reddit Sidebar Toggle

Pobierz pliki rozszerzeń Reddit Sidebar Toggle 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

                        This web extension adds a toolbar button to toggle the sidebar on reddit.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Sidebar Toggle Reddit Sidebar Toggle
ID haoffdjocncdbjehkpphfhdppbopmhnd
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/haoffdjocncdbjehkpphfhdppbopmhnd
Opis Toggle the sidebar on reddit.com
Rozmiar pliku 6.49 KB
Liczba instalacji 86
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-07-11
Data Publikacji 2017-07-11
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper dylan.araps
Typ Płatności free
Strona Rozszerzenia https://github.com/dylanaraps/reddit-sidebar-toggle
Adres URL Strony Pomocy https://github.com/dylanaraps/reddit-sidebar-toggle/issues
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Sidebar Toggle",
    "version": "1.0.2",
    "description": "Toggle the sidebar on reddit.com",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/reddit-48.png"
    },
    "browser_action": {
        "default_icon": "icons\/reddit-48.png",
        "default_title": "Reddit: Toggle Sidebar"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}