Copy & Paste Tabs
With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.
Copy & Paste Tabs क्या है?
Copy & Paste Tabs Aradous.Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy & Paste Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple UI with big buttons for ease of use. And an option page to make some changes to the extension behavior. Features: ● Copy in two forms. URLs only or URLs with titles. ● Two Paste modes. Smart mode that extract URLs from text. And Simple Mode that take every line as one URLs without validation. Note: Smart mode only detects URLs that start with https, http, ftp, mailto, file, chrome or ssh.
एक्सटेंशन की मूल जानकारी
नाम | Copy & Paste Tabs |
ID | icoajbmljoeejfbgeokibaohlijmbcbo |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-paste-tabs/icoajbmljoeejfbgeokibaohlijmbcbo |
विवरण | With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser. |
फ़ाइल का आकार | 25.27 KB |
स्थापना संख्या | 104 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-06-28 |
प्रकाशन तिथि | 2022-06-21 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Aradous.Dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy & Paste Tabs", "description": "With One Button Click. Copy all URLs from the current window tabs. And Paste to open a list of URLs in the browser.", "version": "1.0.1", "manifest_version": 3, "permissions": [ "tabs", "clipboardRead", "clipboardWrite", "storage" ], "icons": { "16": "\/images\/CopyLink_16.png", "32": "\/images\/CopyLink_32.png", "48": "\/images\/CopyLink_48.png", "128": "\/images\/CopyLink_128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/CopyLink_16.png", "32": "\/images\/CopyLink_32.png", "48": "\/images\/CopyLink_48.png", "128": "\/images\/CopyLink_128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true } } |