HtaHelper

Load order by HTA Feedback

What is HtaHelper?

HtaHelper is a Chrome extension developed by Serhat Reis, and its main feature is "Load order by HTA Feedback".

Download HtaHelper Extension CRX File

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

                        Loads order from HTA Feedback                    

Extension Basic Information

Name HtaHelper HtaHelper
ID bpadbklkhllckmemhaapeogfmhahcege
Official URL https://chromewebstore.google.com/detail/htahelper/bpadbklkhllckmemhaapeogfmhahcege
Description Load order by HTA Feedback
File Size 206 KB
Installation Count 42
Current Version 1.0.0
Last Updated 2018-07-18
Publish Date 2018-07-18
Developer Serhat Reis
Email [email protected]
Payment Type free
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HtaHelper",
    "description": "Load order by HTA Feedback",
    "version": "1.0.0",
    "author": "Serhat Reis",
    "content_scripts": [
        {
            "js": [
                "jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Hta Order Helper",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}