Tools QuickView

Quick and easy access to key tools for marketers, SEOs, Developers, and other web based tasks.

Tools QuickViewคืออะไร?

Tools QuickView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nodeandlink และคุณลักษณะหลักของมันคือ "Quick and easy access to key tools for marketers, SEOs, Developers, and other web based tasks."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ⭐️ Tools Quickview: Supercharge Your Web Workflow ⭐️

Unlock immediate access to vital web tools, streamline your tasks, and boost your digital productivity. With Tools Quickview, every second counts.

🚀 Get Started in Seconds:

1- Install Tools Quickview from the Chrome Web Store.
2- Click the Tools Quickview icon in your browser.
3- Choose from a comprehensive list of tools with just a click.
4- Personalize by adding or modifying tools as needed.
5- Harness the power of placeholders like {domain}, {url}, and the innovative {protocol} for dynamic URL generation.

🌟 Why Tools Quickview?

1️⃣ One-Click Access: No more tab juggling. Instantly access tools such as Google Search Console, Ahrefs, Semrush, and more.

2️⃣ Tailored Experience: Customize your toolset, ensuring every tool you need is right at your fingertips.

3️⃣ Dynamic URLs: Customize tool URLs with placeholders. For instance, {domain} captures the website's domain, {url} fetches the full URL, and {protocol} determines if it's "http://” or "https://”.

🛠️ Available Tools:

🌟 Namecheap 🌟 (New!)
- Ahref
- Google - About this Page
- Google - Related Search
- Google Cache
- Google Trends - 5 Yrs
- Google Search Console Performance (28 Days, 3 Months, 12 - Months)
- Google Search Console URL Overview
- PageSpeed Insights
- Rich Results test
- Schema.org
- Semrush
- Similarweb
- Top Websites
- W3C HTML Validator
- Wayback Machine - Archive.org
- Whois - Domain Tools
- Whois - Namecheap

📜 Changelog:

🆕 What's New in Version 2.0:

- NEW: Introducing the {protocol} parameter for enhanced dynamic URL creation.
- NEW: Namecheap added to our array of tools.
- Improved accessibility with an updated URL structure for the 'Rich Results test' tool.
- Bug fixes

Elevate your digital experience. Install Tools Quickview now and witness a transformation in your web workflow!                    

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

ชื่อ Tools QuickView Tools QuickView
ID lblabdpolbcbfnpiohnlilegdfnidhaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tools-quickview/lblabdpolbcbfnpiohnlilegdfnidhaa
คำอธิบาย Quick and easy access to key tools for marketers, SEOs, Developers, and other web based tasks.
ขนาดไฟล์ 644 KB
จำนวนการติดตั้ง 431
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-08-17
วันที่เผยแพร่ 2023-08-08
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา nodeandlink
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nodeandlink.com
URL หน้าช่วยเหลือ https://nodeandlink.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://nodeandlink.com/privacy-policy/tools-quickview
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tools QuickView",
    "description": "Quick and easy access to key tools for marketers, SEOs, Developers, and other web based tasks.",
    "version": "2.0",
    "manifest_version": 3,
    "author": "@dasfnyc, @craulynf",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "32": "\/assets\/icons\/32.png",
        "128": "\/assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/icons\/16.png",
            "32": "\/assets\/icons\/32.png",
            "128": "\/assets\/icons\/128.png"
        }
    }
}