Symphony CMS Tools
A set of little tools to accompany you in you Symphony CMS development.
Wat is Symphony CMS Tools?
Symphony CMS Tools is een Chrome-extensie ontwikkeld door Gaya Kessler, en de belangrijkste functie is "A set of little tools to accompany you in you Symphony CMS development.".
Extensie Screenshots
Download het CRX-bestand van de extensie Symphony CMS Tools
Download Symphony CMS Tools-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
A great icon to help speed up the development process of you Symphony CMS websites.
Features:
- Go to debug=raw of current page
- Go to admin Basisinformatie over de Extensie
| Naam | |
| ID | mddajkhkhkdbobeflodhaoloeodmdofl |
| Officiële URL | https://chromewebstore.google.com/detail/symphony-cms-tools/mddajkhkhkdbobeflodhaoloeodmdofl |
| Beschrijving | A set of little tools to accompany you in you Symphony CMS development. |
| Bestandsgrootte | 11.95 KB |
| Aantal Installaties | 48 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2012-11-22 |
| Publicatiedatum | 2012-11-22 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Gaya Kessler |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/Gaya/Symphony-CMS-Tools--a-Chrome-Extension |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Symphony CMS Tools",
"version": "1.0.5",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"icons": {
"48": "images\/icon48.png"
},
"description": "A set of little tools to accompany you in you Symphony CMS development.",
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "Symphony CMS Tools",
"default_popup": "popup-menu.html"
}
} | |