Pick Text
Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…
ما هو Pick Text؟
Pick Text هو إضافة Chrome تم تطويرها بواسطة http://ibrainext.com، والميزة الرئيسية لها هي "Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pick Text
قم بتنزيل ملفات الامتداد Pick Text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text with its url link to your knowledge base which is powered by www.ibrainext.com. See http://www.ibrainext.com/home
معلومات أساسية عن التمديد
الاسم | |
ID | dmflhbklbljhnejldlgbjmpmpomfeaic |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pick-text/dmflhbklbljhnejldlgbjmpmpomfeaic |
الوصف | Select text on a web page and click Pick Text menu item in the browser context menu(mouse right click). This would add the text… |
حجم الملف | 25.14 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.2 |
آخر تحديث | 2015-01-27 |
تاريخ النشر | 2015-01-27 |
المطور | http://ibrainext.com |
نوع الدفع | free |
موقع الإضافة | http://www.ibrainext.com/home |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pick Text", "version": "1.2", "icons": { "16": "cherry2-16a.png", "128": "cherry2-128a.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |