Toggle Stackoverflow sidebar
Adds a button to toggle the Stackoverflow sidebar.
Wat is Toggle Stackoverflow sidebar?
Toggle Stackoverflow sidebar is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a button to toggle the Stackoverflow sidebar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Toggle Stackoverflow sidebar
Download Toggle Stackoverflow sidebar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hides the distracting sidebar from Stackoverflow pages, centers the main text, and creates a button for revealing the sidebar.
Basisinformatie over de Extensie
Naam | Toggle Stackoverflow sidebar |
ID | jhgooipphocncabpmflocgdmhojmhibi |
Officiële URL | https://chromewebstore.google.com/detail/toggle-stackoverflow-side/jhgooipphocncabpmflocgdmhojmhibi |
Beschrijving | Adds a button to toggle the Stackoverflow sidebar. |
Bestandsgrootte | 107 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-12-23 |
Publicatiedatum | 2014-12-22 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toggle Stackoverflow sidebar", "manifest_version": 2, "version": "1.2", "description": "Adds a button to toggle the Stackoverflow sidebar.", "page_action": { "name": "Toggle Sidebar" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "content_scripts": [ { "css": [ "jquery-ui.css" ], "js": [ "jquery.min.js", "background.js", "jquery-ui.min.js" ], "matches": [ "*:\/\/*.stackoverflow.com\/*" ] } ] } |