Umbraco tools

A collection of tools for Umbraco

What is Umbraco tools?

Umbraco tools is a Chrome extension developed by Felinesoft, and its main feature is "A collection of tools for Umbraco".

Extension Screenshots

screenshot

Download Umbraco tools Extension CRX File

Download Umbraco 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

                        V1.0: Navigates you to useful Umbraco pages
V1.1: Retains port number when opening new tabs.                    

Extension Basic Information

Name Umbraco tools Umbraco tools
ID hcpmfnegjcohiedakejipjbegjoiiakj
Official URL https://chromewebstore.google.com/detail/umbraco-tools/hcpmfnegjcohiedakejipjbegjoiiakj
Description A collection of tools for Umbraco
File Size 56.72 KB
Installation Count 58
Current Version 1.1
Last Updated 2017-04-18
Publish Date 2017-04-18
Rating 5.00/5 Total 2 Ratings
Developer Felinesoft
Payment Type free
Help Page URL https://github.com/eviathan/Umbraco-Tools
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Umbraco tools",
    "description": "A collection of tools for Umbraco",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "popup.js"
        ]
    }
}