Sticky Notes

Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.

ما هو Sticky Notes؟

Sticky Notes هو إضافة Chrome تم تطويرها بواسطة Divin Divakaran، والميزة الرئيسية لها هي "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sticky Notes

قم بتنزيل ملفات الامتداد Sticky Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ------------------------------- FEATURES ----------------------------------------

- You'll see the notes every time you open a new tab in chrome.
- Unlimited number of notes can be added.
- Customise the background colour of the page and also the colour of the notes.
- The size of the note can be easily updated and can be dragged to any desired 
  location.
- The notes will stay in the exact position even after you exit and reopen.
- The application is lightweight and very fast
- A google search is also included with this application                    

معلومات أساسية عن التمديد

الاسم Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
الوصف Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
حجم الملف 158 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0
آخر تحديث 2018-12-18
تاريخ النشر 2018-12-18
تقييم 2.67/5 مجموع تقييمات 6
المطور Divin Divakaran
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.divindivakaran.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}