EZ Copy Plaintext
Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.
ما هو EZ Copy Plaintext؟
EZ Copy Plaintext هو إضافة Chrome تم تطويرها بواسطة Josh، والميزة الرئيسية لها هي "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EZ Copy Plaintext
قم بتنزيل ملفات الامتداد EZ Copy Plaintext بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically removes formatting from your clipboard when you use normal copy paste [Ctrl+c]. If you need to keep the formatting, you can toggle it on and off by right clicking something you've selected/highlighted and pressing 'Get format next copy'. On the next copy you do, it will keep the formatting. Then it will reset back to the default plaintext setting for future copying. simple and robust. NOTE: The extension will not be active on tabs/windows that were already open prior to the installation. Try refreshing the tabs or open a new one to test it out.
معلومات أساسية عن التمديد
الاسم | EZ Copy Plaintext |
ID | khgahhiehdlgmaoghjoegkgbfcdodnhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ez-copy-plaintext/khgahhiehdlgmaoghjoegkgbfcdodnhb |
الوصف | Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection. |
حجم الملف | 6.47 KB |
عدد التثبيتات | 780 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2013-03-03 |
تاريخ النشر | 2013-03-02 |
تقييم | 2.54/5 مجموع تقييمات 26 |
المطور | Josh |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "EZ Copy Plaintext", "description": "Automatically removes formatting from your clipboard when using copy. Toggle formatting by right clicking a selection.", "version": "1.1.5", "manifest_version": 2, "incognito": "split", "background": { "page": "background.html" }, "permissions": [ "contextMenus" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ] } |