Jot
This extension replaces the new tab page for note taking.
ما هو Jot؟
Jot هو إضافة Chrome تم تطويرها بواسطة Matt O'Hagan، والميزة الرئيسية لها هي "This extension replaces the new tab page for note taking.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Jot
قم بتنزيل ملفات الامتداد Jot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quick note taking extension to replace the new tab page. To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.
معلومات أساسية عن التمديد
الاسم | Jot |
ID | mnemjleajnmodijhnibpekloajfdjjja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
الوصف | This extension replaces the new tab page for note taking. |
حجم الملف | 22.54 MB |
عدد التثبيتات | 8,471 |
النسخة الحالية | 0.2 |
آخر تحديث | 2014-10-04 |
تاريخ النشر | 2014-10-03 |
تقييم | 3.73/5 مجموع تقييمات 136 |
المطور | Matt O'Hagan |
نوع الدفع | free |
موقع الإضافة | http://mattohagan.github.io |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jot", "description": "This extension replaces the new tab page for note taking.", "version": "0.2", "chrome_url_overrides": { "newtab": "jot.html" }, "icons": { "128": "icon128.png" } } |