Find Replace
A simple find and replace extension.
ما هو Find Replace؟
Find Replace هو إضافة Chrome تم تطويرها بواسطة USA Web Development, LLC، والميزة الرئيسية لها هي "A simple find and replace extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Find Replace
قم بتنزيل ملفات الامتداد Find Replace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this tool to easily find and replace words or phrases, within a body of text. This extension is very simple, stylish, straightforward, and easy-to-use, while still being very functional at the same time. The extension has a very big capacity so you can input as much text as you want. Supports emoji, Unicode, and more.
معلومات أساسية عن التمديد
الاسم | Find Replace |
ID | lchlicjgphiemnihicjkgfjddjmlgcdl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/find-replace/lchlicjgphiemnihicjkgfjddjmlgcdl |
الوصف | A simple find and replace extension. |
حجم الملف | 56.34 KB |
عدد التثبيتات | 1,174 |
النسخة الحالية | 1 |
آخر تحديث | 2023-02-23 |
تاريخ النشر | 2020-10-07 |
تقييم | 2.14/5 مجموع تقييمات 7 |
المطور | USA Web Development, LLC |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "Find Replace", "description": "A simple find and replace extension.", "icons": { "16": "icon.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "version": "1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |