Text translator
Query selected text by using web ditionary
ما هو Text translator؟
Text translator هو إضافة Chrome تم تطويرها بواسطة BH_Lin، والميزة الرئيسية لها هي "Query selected text by using web ditionary".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Text translator
قم بتنزيل ملفات الامتداد Text translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool is for keyword searching by using yahoo dictionary. We can search the selected keyword on the web page, the tool will open a new tab for end-user and show the search result for this keyword in dictionary. [How to use]: 1. select a string. 2. right click on the selection. 3. press the item "search in dictionary" then, you will get the search result. PS: here is my blog http://studiobinghuan.blogspot.tw/
معلومات أساسية عن التمديد
الاسم | Text translator |
ID | eignmijgnjkecbgckmajdhcigmiaphnk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/text-translator/eignmijgnjkecbgckmajdhcigmiaphnk |
الوصف | Query selected text by using web ditionary |
حجم الملف | 85.5 KB |
عدد التثبيتات | 211 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2012-12-17 |
تاريخ النشر | 2012-12-17 |
تقييم | 2.00/5 مجموع تقييمات 4 |
المطور | BH_Lin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://studiobinghuan.blogspot.tw/ |
عنوان صفحة المساعدة | https://www.facebook.com/pages/Studio-Bing-Huan/154648174549040 |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text translator", "description": "Query selected text by using web ditionary", "version": "1.0.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "manifest_version": 2 } |