Minimal Stack Overflow
A simple way to hide both sidebars from Stack Overflow question`s page
Qu'est-ce que Minimal Stack Overflow ?
Minimal Stack Overflow est une extension Chrome développée par Felipe Mendes, et sa fonction principale est "A simple way to hide both sidebars from Stack Overflow question`s page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Minimal Stack Overflow
Téléchargez les fichiers d'extension Minimal Stack Overflow 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
Informations de Base sur l'Extension
Nom | Minimal Stack Overflow |
ID | iacpemcanoendljfmmdcbonjanbmpmha |
URL Officiel | https://chromewebstore.google.com/detail/minimal-stack-overflow/iacpemcanoendljfmmdcbonjanbmpmha |
Description | A simple way to hide both sidebars from Stack Overflow question`s page |
Taille du Fichier | 69.99 KB |
Nombre d'Installations | 67 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2019-02-15 |
Date de Publication | 2019-02-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Felipe Mendes |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/felipemendes/minimal-stack-overflow |
URL de la Page d'Aide | https://github.com/felipemendes/minimal-stack-overflow/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Stack Overflow", "version": "0.0.2", "manifest_version": 2, "description": "A simple way to hide both sidebars from Stack Overflow question`s page", "homepage_url": "https:\/\/github.com\/felipemendes\/minimal-stack-overflow", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Minimal Stack Overflow" }, "content_scripts": [ { "css": [ "css\/styles.min.css" ], "js": [ "js\/content.js" ], "matches": [ "https:\/\/stackoverflow.com\/questions\/*", "https:\/\/*.stackoverflow.com\/questions\/*" ] } ] } |