Iframe Copy

List and copy iframe elements

Iframe Copyคืออะไร?

Iframe Copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jesuso.marlor และคุณลักษณะหลักของมันคือ "List and copy iframe elements"

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

screenshot

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

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

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

                        "The 'Iframe copy' Chrome extension provides you with a powerful tool to detect iframes on the current page and perform useful actions with them. By using this extension, you will be able to:

Identify and list all iframes present on the current page: The extension parses the page and displays a detailed list of all iframes, showing their source URL.

Easily copy iframe URLs to clipboard: By simply clicking the 'Copy' button next to each iframe, you can copy its URL to the clipboard, making it easy to retrieve and reuse these addresses.

Remove unwanted iframes: If you find any unwanted iframes on the page, the extension allows you to remove them just by clicking the 'Remove' button. This will help you clean up the page and personalize your browsing experience.

Export iframe list to CSV file: If you want to have a record or share the iframe list, the extension allows you to export it as a downloadable CSV file. With a single click on the 'Export to CSV' button, you will get a file that you can save and use according to your needs.

The 'Iframe copy' extension is a useful tool for developers, web designers, or anyone interested in exploring and manipulating iframes on a web page. It simplifies the detection, copying, deletion and export of iframes, giving you greater control and efficiency in your browsing experience."                    

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

ชื่อ Iframe Copy Iframe Copy
ID phfdmgmklkcjddoojlfhgkkjlehbikmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iframe-copy/phfdmgmklkcjddoojlfhgkkjlehbikmc
คำอธิบาย List and copy iframe elements
ขนาดไฟล์ 19.75 KB
จำนวนการติดตั้ง 286
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-05
วันที่เผยแพร่ 2023-06-04
ผู้พัฒนา jesuso.marlor
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Iframe Copy",
    "description": "List and copy iframe elements",
    "version": "1.0",
    "permissions": [
        "clipboardWrite",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "export.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}