Symphony CMS Tools
A set of little tools to accompany you in you Symphony CMS development.
What is Symphony CMS Tools?
Symphony CMS Tools is a Chrome extension developed by Gaya Kessler, and its main feature is "A set of little tools to accompany you in you Symphony CMS development.".
Extension Screenshots
Download Symphony CMS Tools Extension CRX File
Download Symphony CMS Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | mddajkhkhkdbobeflodhaoloeodmdofl |
Official URL | https://chromewebstore.google.com/detail/symphony-cms-tools/mddajkhkhkdbobeflodhaoloeodmdofl |
Description | A set of little tools to accompany you in you Symphony CMS development. |
File Size | 11.95 KB |
Installation Count | 48 |
Current Version | 1.0.5 |
Last Updated | 2012-11-22 |
Publish Date | 2012-11-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Gaya Kessler |
Payment Type | free |
Help Page URL | https://github.com/Gaya/Symphony-CMS-Tools--a-Chrome-Extension |
Supported Languages | 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" } } |