Page Text Editor
An editor to edit any webpage inline and live. Reload page to remove changes.
ما هو Page Text Editor؟
Page Text Editor هو إضافة Chrome تم تطويرها بواسطة Brandon Fowler، والميزة الرئيسية لها هي "An editor to edit any webpage inline and live. Reload page to remove changes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Page Text Editor
قم بتنزيل ملفات الامتداد Page Text Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.
معلومات أساسية عن التمديد
الاسم | Page Text Editor |
ID | icjgbammanlfboaodlfeomfpdgndalpa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa |
الوصف | An editor to edit any webpage inline and live. Reload page to remove changes. |
حجم الملف | 6.19 KB |
عدد التثبيتات | 1,347 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2023-01-03 |
تاريخ النشر | 2019-06-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Brandon Fowler |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Text Editor", "version": "2.0.0", "description": "An editor to edit any webpage inline and live. Reload page to remove changes.", "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "icons": { "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "background": { "service_worker": "worker.js" }, "manifest_version": 3 } |