Text Analyzer (Beta)
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
ما هو Text Analyzer (Beta)؟
Text Analyzer (Beta) هو إضافة Chrome تم تطويرها بواسطة Jorge C، والميزة الرئيسية لها هي "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Text Analyzer (Beta)
قم بتنزيل ملفات الامتداد Text Analyzer (Beta) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A text analyzer to extract entities from websites and add their descriptions and Wikipedia links
معلومات أساسية عن التمديد
الاسم | |
ID | bcakimpfpalgpppieompcmnaeplackki |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/text-analyzer-beta/bcakimpfpalgpppieompcmnaeplackki |
الوصف | A text analyzer to extract entities from websites and add their descriptions and Wikipedia links |
حجم الملف | 132 KB |
عدد التثبيتات | 588 |
النسخة الحالية | 0.6 |
آخر تحديث | 2016-09-21 |
تاريخ النشر | 2016-09-21 |
تقييم | 2.00/5 مجموع تقييمات 3 |
المطور | Jorge C |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Analyzer (Beta)", "description": "A text analyzer to extract entities from websites and add their descriptions and Wikipedia links", "version": "0.6", "permissions": [ "storage", "tabs", "https:\/\/*.textrazor.com\/", "http:\/\/*.textrazor.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |