Slack Overflow
An addon to disguise your reading materials in a stack overflow page
Qu'est-ce que Slack Overflow ?
Slack Overflow est une extension Chrome développée par Wan Song, et sa fonction principale est "An addon to disguise your reading materials in a stack overflow page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack Overflow
Téléchargez les fichiers d'extension Slack 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
The addon disguises paragraphs of text as answers (the question, code segments and comments remain intact for a better disguise) on the stack overflow page. Ideal of idle developers who need to look busy at work. Disclaimer: This addon was developed for amusement purposes. The user is solely responsible for any loss in productivity due to the use of this addon. Instructions for use: Insert paragraphs of text separated by an empty line. Click replace. Limitations: Current version only allows for use with stackoverflow pages with answers.
Informations de Base sur l'Extension
Nom | Slack Overflow |
ID | ajhgokhlpenmggljkhgggpamhdnogjni |
URL Officiel | https://chromewebstore.google.com/detail/slack-overflow/ajhgokhlpenmggljkhgggpamhdnogjni |
Description | An addon to disguise your reading materials in a stack overflow page |
Taille du Fichier | 40 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2013-03-17 |
Date de Publication | 2013-03-17 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | Wan Song |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Overflow", "version": "0.0.0.1", "manifest_version": 2, "description": "An addon to disguise your reading materials in a stack overflow page", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/stackoverflow.com\/*" ], "js": [ "jquery-1.8.3.min.js", "slackoverflow.js" ] } ] } |