SiteTools

Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.

What is SiteTools?

SiteTools is a Chrome extension developed by https://browsernative.com, and its main feature is "Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.".

Extension Screenshots

screenshot
screenshot

Download SiteTools Extension CRX File

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

                        Analyze performance and popularity of web pages.

Visit homepage for more information: https://browsernative.com/sitetools/                    

Extension Basic Information

Name SiteTools SiteTools
ID hkpidmfcndknemmdpdeafbbnmenlpdna
Official URL https://chromewebstore.google.com/detail/sitetools/hkpidmfcndknemmdpdeafbbnmenlpdna
Description Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.
File Size 43.03 KB
Installation Count 385
Current Version 1.0.11
Last Updated 2022-05-09
Publish Date 2020-04-23
Rating 5.00/5 Total 1 Ratings
Developer https://browsernative.com
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/sitetools/
Help Page URL https://browsernative.com/sitetools/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SiteTools",
    "short_name": "SiteTools",
    "description": "Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.",
    "version": "1.0.11",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "SiteTools",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "homepage_url": "https:\/\/browsernative.com\/sitetools\/",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    }
}