SmartGWT Developer Console
Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar
Wat is SmartGWT Developer Console?
SmartGWT Developer Console is een Chrome-extensie ontwikkeld door matus.benko, en de belangrijkste functie is "Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar".
Extensie Screenshots
Download het CRX-bestand van de extensie SmartGWT Developer Console
Download SmartGWT Developer Console-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
Simply opens SmartGWT Developer Console. Basisinformatie over de Extensie
| Naam | |
| ID | mddafibghdbhfheggnifgloplohoicbk |
| Officiële URL | https://chromewebstore.google.com/detail/smartgwt-developer-consol/mddafibghdbhfheggnifgloplohoicbk |
| Beschrijving | Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar |
| Bestandsgrootte | 5.67 KB |
| Aantal Installaties | 194 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-08-17 |
| Publicatiedatum | 2016-08-17 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | matus.benko |
| Betalingswijze | free |
| Extensiewebsite | http://www.smartclient.com/product/smartgwt.jsp |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SmartGWT Developer Console",
"description": "Shows SmartGWT Developer console. You don't need to loose your precious space by showing bookmarks bar",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
} | |