The Duplicator

Streamline your workflow with the Duplicator Extension, a tool for effortlessly duplicating tabs with extra URL parameters.

The Duplicatorคืออะไร?

The Duplicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lunevdev และคุณลักษณะหลักของมันคือ "Streamline your workflow with the Duplicator Extension, a tool for effortlessly duplicating tabs with extra URL parameters."

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

screenshot
screenshot

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

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

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

                        Description:
Streamline your workflow with the Duplicator Extension, a powerful tool for effortlessly duplicating Chrome tabs with extra URL parameters. Whether you're an account manager or simply a user seeking efficiency, this extension is designed to save you time and enhance your browsing experience.

Key Features:
- Advanced and Basic Modes: Tailor your duplication process with advanced mode, allowing you to manage your favorite URL parameters, or opt for the simplicity of basic mode.
- Unlimited Extra URL Parameters: Add and manage an unlimited number of extra URL parameters to meet your specific needs.
- Keyboard Shortcuts: Access the extension easily using keyboard shortcuts (CTRL/CMD + SHIFT + L + NUM [1-9]) for quick duplication.
- Export/Import Functionality: Seamlessly transfer your configured parameters across devices with the export and import features.

Target Audience:
Ideal for account managers and users who frequently duplicate tabs with additional URL parameters.

Use Cases:
Imagine you're on a tab with the URL "www.test.com." Duplicator Extension lets you duplicate this tab, adding "/admin/" as a user parameter. Easily add these parameters in the extension popup input.

Benefits:
Efficiency: No more manual copying, pasting, and typing; duplicate tabs with extra URL parameters in a single click.
Customization: Tailor your duplication with advanced mode or go for quick duplication with basic mode.

Compatibility:
Compatible with Google Chrome on both Windows and Mac platforms.

Updates:
Regular updates ensure the extension stays optimized for user activities and addresses any reported issues promptly.

User Interface:
The extension features a user-friendly popup with a list of user-added parameters. Customize your list, add, or delete parameters effortlessly. The input field at the footer allows you to type extra URL parameters, and switch between modes with ease.

Instructions:
- Install the extension.
- Pin the extension icon to the Google Chrome navbar.
- Click the extension icon.
- Type an extra URL parameter and click the add button or press Enter.
- Open the Chrome tab you want to duplicate.
- Click on the Chrome extension icon.
- Click on the link in the popup or use keyboard shortcuts (CTRL/CMD + SHIFT + L + NUM [1-9]).                    

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

ชื่อ The Duplicator The Duplicator
ID cmbkalfnmgbghjoghgcplcmcijbdijei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-duplicator/cmbkalfnmgbghjoghgcplcmcijbdijei
คำอธิบาย Streamline your workflow with the Duplicator Extension, a tool for effortlessly duplicating tabs with extra URL parameters.
ขนาดไฟล์ 28.56 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-01-17
วันที่เผยแพร่ 2019-02-15
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา lunevdev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/lunev
URL หน้าช่วยเหลือ https://github.com/lunev
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Duplicator",
    "description": "Streamline your workflow with the Duplicator Extension, a tool for effortlessly duplicating tabs with extra URL parameters.",
    "version": "2.0.0",
    "action": {
        "default_icon": "icons\/theduplicator__icon-32x32.png",
        "default_popup": "popup\/popup.html",
        "default_title": "The Duplicator"
    },
    "icons": {
        "16": "icons\/theduplicator__icon-16x16.png",
        "32": "icons\/theduplicator__icon-32x32.png",
        "48": "icons\/theduplicator__icon-48x48.png",
        "128": "icons\/theduplicator__icon-128x128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}