Edit in Zed
Adds edit in Zed buttons to textareas
ما هو Edit in Zed؟
Edit in Zed هو إضافة Chrome تم تطويرها بواسطة Zef Hemel، والميزة الرئيسية لها هي "Adds edit in Zed buttons to textareas".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Edit in Zed
قم بتنزيل ملفات الامتداد Edit in Zed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome extensions scans all websites for textareas and contenteditables and adds a little Zed icon to it. When you click it (and you have Zed Chrome App installed -- http://zedapp.org), Zed will pop up to edit the contents of the text area and update it automatically. New in 0.1.3: Gmail compose edit boxes are now also supported.
معلومات أساسية عن التمديد
الاسم | Edit in Zed |
ID | dpkaficlkfnjemlheobmkabnnoafeepg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/edit-in-zed/dpkaficlkfnjemlheobmkabnnoafeepg |
الوصف | Adds edit in Zed buttons to textareas |
حجم الملف | 94.42 KB |
عدد التثبيتات | 324 |
النسخة الحالية | 0.1.3 |
آخر تحديث | 2014-05-15 |
تاريخ النشر | 2014-05-15 |
تقييم | 4.80/5 مجموع تقييمات 10 |
المطور | Zef Hemel |
نوع الدفع | free |
موقع الإضافة | http://zedapp.org |
عنوان صفحة المساعدة | https://github.com/zedapp/edit-in-zed/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edit in Zed", "description": "Adds edit in Zed buttons to textareas", "version": "0.1.3", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "add-buttons.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "Icon.png", "16": "Icon16.png", "48": "Icon48.png" } } |