Copy Plain Text
Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.
Copy Plain Text क्या है?
Copy Plain Text Dima PM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copy Plain Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Copy Plain Text |
ID | nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
आधिकारिक URL | https://chromewebstore.google.com/detail/copy-plain-text/nfjlgdbpkjmnofoglhlhcdfhjaglmncp |
विवरण | Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option. |
फ़ाइल का आकार | 5.81 KB |
स्थापना संख्या | 2,616 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2016-12-18 |
प्रकाशन तिथि | 2016-12-18 |
रेटिंग | 4.54/5 कुल 13 रेटिंग्स |
डेवलपर | Dima PM |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dima PM", "manifest_version": 2, "name": "Copy Plain Text", "version": "0.3", "description": "Allows to copy plain text to clipboard with context menu. Has 3 different copy methods. Has 'force plain text copy' option.", "browser_action": [], "background": { "page": "background.html", "persistent": false }, "permissions": [ "storage", "activeTab", "contextMenus" ] } |