stackoverflow simplified
Removes the side bar to make more space for the main content.
Qu'est-ce que stackoverflow simplified ?
stackoverflow simplified est une extension Chrome développée par Tibo, et sa fonction principale est "Removes the side bar to make more space for the main content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension stackoverflow simplified
Téléchargez les fichiers d'extension stackoverflow simplified au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Removes the right column in stackoverflow and extends the main content to use the full width. Images are also centered and are displayed wider when possible. Editor also uses the full width. The top bar is always visible so you don't need to scroll back up to access it. More to come? Don't hesitate to ask for new features!
Informations de Base sur l'Extension
Nom | stackoverflow simplified |
ID | fhniannkgebjcdekjjbmnbblibikdnmm |
URL Officiel | https://chromewebstore.google.com/detail/stackoverflow-simplified/fhniannkgebjcdekjjbmnbblibikdnmm |
Description | Removes the side bar to make more space for the main content. |
Taille du Fichier | 11.58 KB |
Nombre d'Installations | 34 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-03-07 |
Date de Publication | 2016-02-14 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Tibo |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stackoverflow simplified", "version": "0.1", "manifest_version": 2, "description": "Removes the side bar to make more space for the main content.", "author": "Thibaud Lescuyer", "icons": { "128": "stackoverflow-simplified-logo.png" }, "content_scripts": [ { "matches": [ "http:\/\/stackoverflow.com\/*" ], "js": [ "stackoverflow-simplified.js" ], "css": [ "stackoverflow-simplified.css" ] } ] } |