Stackoverflow '90s
Bring back '90s on Stackoverflow
Qu'est-ce que Stackoverflow '90s ?
Stackoverflow '90s est une extension Chrome développée par danilopolani, et sa fonction principale est "Bring back '90s on Stackoverflow".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stackoverflow '90s
Téléchargez les fichiers d'extension Stackoverflow '90s 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
Do you already miss Stackoverflow '90s edition? Bring it back with this extension! Well, yes... The code is taken from Stackoverflow, of course.
Informations de Base sur l'Extension
Nom | Stackoverflow '90s |
ID | ndcgnbelcomnafpeiaimopkpomdfpfak |
URL Officiel | https://chromewebstore.google.com/detail/stackoverflow-90s/ndcgnbelcomnafpeiaimopkpomdfpfak |
Description | Bring back '90s on Stackoverflow |
Taille du Fichier | 41.71 KB |
Nombre d'Installations | 65 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-04-03 |
Date de Publication | 2019-04-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | danilopolani |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stackoverflow '90s", "description": "Bring back '90s on Stackoverflow", "version": "1.0.0", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "*:\/\/*.stackoverflow.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.stackoverflow.com\/*" ], "css": [ "90s.css" ], "js": [ "90s.js" ] } ] } |