Pimp My IS
Informačný systém s ľudskou tvárou
Wat is Pimp My IS?
Pimp My IS is een Chrome-extensie ontwikkeld door Jakub Matuška, en de belangrijkste functie is "Informačný systém s ľudskou tvárou".
Extensie Screenshots
Download het CRX-bestand van de extensie Pimp My IS
Download Pimp My IS-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
Addon na vylepšenie informačného systému Masarykovej univerzity v Brne * Ukazuje počet neprečítaných e-mailov * Odkazy na osobné stránky po prejdení myšou ukazujú fotku https://is.muni.cz/auth/
Basisinformatie over de Extensie
Naam | Pimp My IS |
ID | agfkbeegmajffchnpoikgibkfamicchl |
Officiële URL | https://chromewebstore.google.com/detail/pimp-my-is/agfkbeegmajffchnpoikgibkfamicchl |
Beschrijving | Informačný systém s ľudskou tvárou |
Bestandsgrootte | 105 KB |
Aantal Installaties | 87 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2015-09-05 |
Publicatiedatum | 2015-09-05 |
Beoordeling | 4.93/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Jakub Matuška |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pimp My IS", "version": "1.7", "manifest_version": 2, "description": "Informa\u010dn\u00fd syst\u00e9m s \u013eudskou tv\u00e1rou", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_icon": { "19": "logo19.png", "38": "logo38.png" } }, "background": { "scripts": [ "jquery-2.1.3.min.js", "initialize.js", "bg.js" ] }, "web_accessible_resources": [ "loading.gif", "zoomico.png" ], "permissions": [ "tabs", "https:\/\/is.muni.cz\/" ], "content_scripts": [ { "matches": [ "https:\/\/is.muni.cz\/auth\/*" ], "css": [ "style.css" ], "js": [ "jquery-2.1.3.min.js", "iszoom.js" ] }, { "matches": [ "https:\/\/is.muni.cz\/auth\/mail\/*" ], "js": [ "mail.js" ] } ] } |