Sticky Notes New Tab
Sticky Notes New Tab adds sticky notes to your new tab page.
ما هو Sticky Notes New Tab؟
Sticky Notes New Tab هو إضافة Chrome تم تطويرها بواسطة https://newtabthemebuilder.com، والميزة الرئيسية لها هي "Sticky Notes New Tab adds sticky notes to your new tab page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sticky Notes New Tab
قم بتنزيل ملفات الامتداد Sticky Notes New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Sticky Notes New Tab offers markdown-friendly, draggable, and minimizable sticky notes for your new tab page. It also features a calculator, canvas for drawing, a timer, games, movies, and a customizable search engine bar that supports Google, Bing, and DuckDuckGo. Users can drag and edit shortcuts, tailor the date and time display, select from a variety of default gradient wallpapers, modify the background color, and delve into numerous other personalization options.
معلومات أساسية عن التمديد
الاسم | Sticky Notes New Tab |
ID | llokcoejiedkbcibibhhefbcmdhcahdd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sticky-notes-new-tab/llokcoejiedkbcibibhhefbcmdhcahdd |
الوصف | Sticky Notes New Tab adds sticky notes to your new tab page. |
حجم الملف | 5.18 MB |
عدد التثبيتات | 99 |
النسخة الحالية | 2023.11.20.519 |
آخر تحديث | 2023-11-21 |
تاريخ النشر | 2023-08-17 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://newtabthemebuilder.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sticky Notes New Tab", "description": "Sticky Notes New Tab adds sticky notes to your new tab page.", "version": "2023.11.20.519", "manifest_version": 3, "offline_enabled": true, "icons": { "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |