Sticky Notes Tab
Simple sticky notes board - tab extension
ما هو Sticky Notes Tab؟
Sticky Notes Tab هو إضافة Chrome تم تطويرها بواسطة mcha، والميزة الرئيسية لها هي "Simple sticky notes board - tab extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sticky Notes Tab
قم بتنزيل ملفات الامتداد Sticky Notes Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple sticky notes board - tab extension. Add sticky notes board to new-tabs. Options to: - Change board background color (day/night) - Change notes background, font-color, font-size, font-family - Position notes anywhere on the board
معلومات أساسية عن التمديد
الاسم | Sticky Notes Tab |
ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
الوصف | Simple sticky notes board - tab extension |
حجم الملف | 70.49 KB |
عدد التثبيتات | 1,717 |
النسخة الحالية | 2.0.5 |
آخر تحديث | 2020-09-21 |
تاريخ النشر | 2019-03-17 |
تقييم | 4.06/5 مجموع تقييمات 18 |
المطور | mcha |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mustafawm/stickynotes |
عنوان صفحة المساعدة | https://github.com/mustafawm/stickynotes |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes Tab", "short_name": "Stick Notes Tab", "version": "2.0.5", "description": "Simple sticky notes board - tab extension", "author": "mustafa", "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/16icon.png", "32": "icons\/32icon.png", "48": "icons\/48icon.png", "128": "icons\/128icon.png" } } |