Funnelback Front-End Tools

Front-End tools for Funnelback

What is Funnelback Front-End Tools?

Funnelback Front-End Tools is a Chrome extension developed by Nicolas Guillaumin, and its main feature is "Front-End tools for Funnelback".

Extension Screenshots

screenshot

Download Funnelback Front-End Tools Extension CRX File

Download Funnelback Front-End 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

                        This extension provides a few tools to help with Funnelback front-end development:

- Switch views between HTML, JSON and XML
- Switch between the live and preview profiles, and reset the profile to the `_default` one.

https://www.funnelback.com/                    

Extension Basic Information

Name Funnelback Front-End Tools Funnelback Front-End Tools
ID dpjjibbiopfihcjkpfkjmpgalpidbbaj
Official URL https://chrome.google.com/webstore/detail/funnelback-front-end-tool/dpjjibbiopfihcjkpfkjmpgalpidbbaj
Description Front-End tools for Funnelback
File Size 17.74 KB
Installation Count 26
Current Version 1.2
Last Updated 2017-04-26
Publish Date 2017-04-26
Developer Nicolas Guillaumin
Payment Type free
Extension Website https://github.com/nguillaumin/chrome-extension-funnelback-front-end-tools
Help Page URL https://github.com/nguillaumin/chrome-extension-funnelback-front-end-tools/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Funnelback Front-End Tools",
    "description": "Front-End tools for Funnelback",
    "version": "1.2",
    "author": "Nicolas Guillaumin",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}