TxtPad
Quick Notes from Anywhere!
ما هو TxtPad؟
TxtPad هو إضافة Chrome تم تطويرها بواسطة https://txtpad.in، والميزة الرئيسية لها هي "Quick Notes from Anywhere!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TxtPad
قم بتنزيل ملفات الامتداد TxtPad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TxtPad for Google Chrome helps you in conveniently creating notes from web pages as you browse them. It saves all notes in your TxtPad account. With the TxtPad for Google Chrome, you can - + Select text content and save as note + Save current page link with title as a note + Save any link on the web page as a note + Create notes from any page All this without opening the TxtPad web applicatoin. It's super-quick and super-easy!
معلومات أساسية عن التمديد
الاسم | TxtPad |
ID | andhgnknhimoabaoajbafhgglhkcmjae |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/txtpad/andhgnknhimoabaoajbafhgglhkcmjae |
الوصف | Quick Notes from Anywhere! |
حجم الملف | 39.12 KB |
عدد التثبيتات | 181 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2013-12-02 |
تاريخ النشر | 2013-12-01 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | https://txtpad.in |
نوع الدفع | free |
موقع الإضافة | http://txtpad.in |
عنوان صفحة المساعدة | http://txtpad.in |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TxtPad", "description": "Quick Notes from Anywhere!", "version": "0.0.0.3", "homepage_url": "http:\/\/txtpad.in", "icons": { "16": "images\/tbxlogo16.png", "48": "images\/tbxlogo48.png", "128": "images\/tbxlogo128.png" }, "browser_action": { "default_icon": "images\/tbxlogo19.png", "default_title": "TxtPad", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/jquery-2.0.0.min.js", "scripts\/common.min.js", "scripts\/background.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "scripts\/content_script.min.js" ] } ], "permissions": [ "contextMenus", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/tbxlogo48.png", "images\/tbxlogo19.png", "scripts\/content_script.min.js.map" ] } |