Text Keeper
Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.
ما هو Text Keeper؟
Text Keeper هو إضافة Chrome تم تطويرها بواسطة roblesg136، والميزة الرئيسية لها هي "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Text Keeper
قم بتنزيل ملفات الامتداد Text Keeper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Editor de texto simple para reunir toda la información de la web,para guardarla en .pdf o .doc . Para activar el panel y la extensión deberás ir a la siguiente url y activar el panel: chrome://flags/#enable-panels
معلومات أساسية عن التمديد
الاسم | |
ID | noalkdgipciipfjddllfdfamgdhhbihk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/text-keeper/noalkdgipciipfjddllfdfamgdhhbihk |
الوصف | Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards. |
حجم الملف | 2.22 MB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-06-19 |
تاريخ النشر | 2016-06-19 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | roblesg136 |
نوع الدفع | free |
اللغات المدعومة | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Keeper", "version": "1.0.0", "manifest_version": 2, "description": "Simple Text editor to gather all the information from the web, to save it to .pdf or .doc afterwards.", "browser_action": { "default_title": "Text Keeper", "default_icon": "icons\/icon-32.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |