Find sentence examples
Search for sentence examples of the selected text
ما هو Find sentence examples؟
Find sentence examples هو إضافة Chrome تم تطويرها بواسطة Quy Nguyen، والميزة الرئيسية لها هي "Search for sentence examples of the selected text".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Find sentence examples
قم بتنزيل ملفات الامتداد Find sentence examples بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search for sentence examples of the selected text
معلومات أساسية عن التمديد
الاسم | |
ID | ghoefpijelienlldlkgnlgihkjgdllok |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok |
الوصف | Search for sentence examples of the selected text |
حجم الملف | 44.53 KB |
عدد التثبيتات | 320 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-01-01 |
تاريخ النشر | 2018-01-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Quy Nguyen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find sentence examples", "version": "1.0", "manifest_version": 2, "description": "Search for sentence examples of the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "your_dictionary.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |