Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
ما هو Take Note؟
Take Note هو إضافة Chrome تم تطويرها بواسطة sarahhubschmail، والميزة الرئيسية لها هي "An extension to help you take notes on long articles in your browser. Recognizes and formats code.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Take Note
قم بتنزيل ملفات الامتداد Take Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An app that helps you take notes on articles, blog posts, or documentation. Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take. The extension also recognizes and formats any code you save as a note.
معلومات أساسية عن التمديد
الاسم | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
الوصف | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
حجم الملف | 1.87 MB |
عدد التثبيتات | 162 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2017-08-10 |
تاريخ النشر | 2017-08-10 |
تقييم | 4.00/5 مجموع تقييمات 6 |
المطور | sarahhubschmail |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take Note", "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.", "background": { "scripts": [ "js\/jquery-3.2.1.js", "js\/background.js" ], "css": [ "style.css" ] }, "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Take Note", "default_icon": "images\/icon.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "webNavigation" ], "icons": { "16": "images\/icon-bitty.png", "48": "images\/icon-bitty.png", "128": "images\/icon-bitty.png" } } |