SiteTools
Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.
SiteToolsとは何ですか?
SiteToolsはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers.」です。
拡張機能のスクリーンショット
SiteTools拡張機能のCRXファイルをダウンロード
SiteTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Analyze performance and popularity of web pages.
Visit homepage for more information: https://browsernative.com/sitetools/ 拡張機能の基本情報
| 名前 | |
| ID | hkpidmfcndknemmdpdeafbbnmenlpdna |
| 公式URL | https://chromewebstore.google.com/detail/sitetools/hkpidmfcndknemmdpdeafbbnmenlpdna |
| 説明 | Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers. |
| ファイルサイズ | 43.03 KB |
| インストール数 | 385 |
| 現在のバージョン | 1.0.11 |
| 最終更新日 | 2022-05-09 |
| 公開日 | 2020-04-23 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://browsernative.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://browsernative.com/sitetools/ |
| ヘルプページのURL | https://browsernative.com/sitetools/ |
| プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
| 対応言語 | 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
}
} | |