Reddit Sidebar Toggle

Toggle the sidebar on reddit.com

Cos'è Reddit Sidebar Toggle?

Reddit Sidebar Toggle è un'estensione di Chrome sviluppata da dylan.araps, e la sua funzione principale è "Toggle the sidebar on reddit.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reddit Sidebar Toggle

Scarica i file di estensione Reddit Sidebar Toggle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Reddit Sidebar Toggle Reddit Sidebar Toggle
ID haoffdjocncdbjehkpphfhdppbopmhnd
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-sidebar-toggle/haoffdjocncdbjehkpphfhdppbopmhnd
Descrizione Toggle the sidebar on reddit.com
Dimensione del File 6.49 KB
Conteggio Installazioni 86
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-07-11
Data di Pubblicazione 2017-07-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore dylan.araps
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/dylanaraps/reddit-sidebar-toggle
URL della Pagina di Aiuto https://github.com/dylanaraps/reddit-sidebar-toggle/issues
Lingue Supportate 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"
        ]
    }
}