SiteTools
Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.
Wat is SiteTools?
SiteTools is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.".
Extensie Screenshots
Download het CRX-bestand van de extensie SiteTools
Download SiteTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Analyze performance and popularity of web pages.
Visit homepage for more information: https://browsernative.com/sitetools/ Basisinformatie over de Extensie
| Naam | |
| ID | hkpidmfcndknemmdpdeafbbnmenlpdna |
| Officiële URL | https://chromewebstore.google.com/detail/sitetools/hkpidmfcndknemmdpdeafbbnmenlpdna |
| Beschrijving | Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers. |
| Bestandsgrootte | 43.03 KB |
| Aantal Installaties | 385 |
| Huidige Versie | 1.0.11 |
| Laatst Bijgewerkt | 2022-05-09 |
| Publicatiedatum | 2020-04-23 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://browsernative.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsernative.com/sitetools/ |
| Help Pagina-URL | https://browsernative.com/sitetools/ |
| URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
| Ondersteunde Talen | 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
}
} | |