SiteTools

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

SiteToolsคืออะไร?

SiteTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Offers one click access to many useful tools for webmasters, web developers, SEO experts and social media marketers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteTools

ดาวน์โหลดไฟล์ส่วนขยาย SiteTools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Analyze performance and popularity of web pages.

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SiteTools 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
อีเมล [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
    }
}