TXTPEN Web Pen
txtpen learns the way you highlight the web
ما هو TXTPEN Web Pen؟
TXTPEN Web Pen هو إضافة Chrome تم تطويرها بواسطة http://txtpen.com، والميزة الرئيسية لها هي "txtpen learns the way you highlight the web".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TXTPEN Web Pen
قم بتنزيل ملفات الامتداد TXTPEN Web Pen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | cgmgoplajbhiglefllnjknlcjnabimhk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/txtpen-web-pen/cgmgoplajbhiglefllnjknlcjnabimhk |
الوصف | txtpen learns the way you highlight the web |
حجم الملف | 18.57 KB |
عدد التثبيتات | 162 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2018-04-01 |
تاريخ النشر | 2018-04-01 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | http://txtpen.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://txtpen.com |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "TXTPEN INJECT" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com https:\/\/txtpen.com; object-src 'self'", "description": "txtpen learns the way you highlight the web", "homepage_url": "https:\/\/txtpen.com", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "96": "icon96.png" }, "manifest_version": 2, "name": "TXTPEN Web Pen", "permissions": [ "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |