Iframe Copy
List and copy iframe elements
Iframe Copy क्या है?
Iframe Copy jesuso.marlor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "List and copy iframe elements"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Iframe Copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"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 |
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": [ " |