Copy text with Alt-Click
Copy text with Alt-Click. Easy and fast copy tool.
Copy text with Alt-Click क्या है?
Copy text with Alt-Click https://yuji.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy text with Alt-Click. Easy and fast copy tool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy text with Alt-Click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you install this add-on, you do not need to select a text. What is needed, just "Alt key & Click" on the text! That's all! This alone, the text of the point you click will be copied. -------- * Modifier keys can be changed. ** Alt + Click (Default) ** Ctrl + Click ** Shift + Click -------- Icon designed by: www.MouseRunner.com
एक्सटेंशन की मूल जानकारी
नाम | Copy text with Alt-Click |
ID | obhagoegpnbklgknnmbglghkfdidegkl |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-text-with-alt-click/obhagoegpnbklgknnmbglghkfdidegkl |
विवरण | Copy text with Alt-Click. Easy and fast copy tool. |
फ़ाइल का आकार | 59.35 KB |
स्थापना संख्या | 15,088 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2023-07-31 |
प्रकाशन तिथि | 2018-05-17 |
रेटिंग | 3.78/5 कुल 65 रेटिंग्स |
डेवलपर | https://yuji.software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/YujiSoftware/copy-text-without-selecting-chrome |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy text with Alt-Click", "version": "2.1.0", "manifest_version": 2, "description": "Copy text with Alt-Click. Easy and fast copy tool.", "default_locale": "en", "applications": { "gecko": { "id": "@copy-text-without-selecting" } }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "clipboardWrite" ], "icons": { "48": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "menu.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |