Copy To Clipboard
This extension allows you to automatically copy selected text to the clipboard.
Copy To Clipboard क्या है?
Copy To Clipboard https://auto-copy.dllplayer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to automatically copy selected text to the clipboard."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy To Clipboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically copy selected text to the clipboard. It has many configurable options for controlling the behavior of the clipboard. To begin using this extension. Here is what you need to do. 1) Install the extension 2) Go to the webpage where you want to use the "automatically copy selected text to the clipboard." feature. 3) Click on our extension icon to activate the software, begin using your mouse to highlight and copy the text. 4) You can paste the text using Control + V.
एक्सटेंशन की मूल जानकारी
नाम | Copy To Clipboard |
ID | imjkddkepakidnmolhmpfldheaiakojj |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-to-clipboard/imjkddkepakidnmolhmpfldheaiakojj |
विवरण | This extension allows you to automatically copy selected text to the clipboard. |
फ़ाइल का आकार | 51.88 KB |
स्थापना संख्या | 8,760 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2023-11-15 |
प्रकाशन तिथि | 2020-07-14 |
रेटिंग | 2.13/5 कुल 16 रेटिंग्स |
डेवलपर | https://auto-copy.dllplayer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://auto-copy.dllplayer.com |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/bg-worker.js" }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 3, "name": "__MSG_AppName__", "offline_enabled": true, "permissions": [ "activeTab", "scripting" ], "version": "3.0.0", "action": { "default_icon": "icon-128.png" }, "homepage_url": "https:\/\/auto-copy.dllplayer.com\/" } |