Pop up notes

Simple way of taking quick notes

ما هو Pop up notes؟

Pop up notes هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Simple way of taking quick notes".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Pop up notes

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

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

                        Simple way of taking and managing quick notes 


1) Allows you to add/delete new tabs and take notes 
2) Allows you edit your content as per your liking 

This is version 1.  New features will be added in the upcoming versions 


Any comments and suggestions will be appreciated 

Thank you.                    

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

الاسم Pop up notes Pop up notes
ID gadonekoamhlbfjfpleffgbbebgdgnik
عنوان URL الرسمي https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik
الوصف Simple way of taking quick notes
حجم الملف 1.24 MB
عدد التثبيتات 53
النسخة الحالية 1.0
آخر تحديث 2020-01-20
تاريخ النشر 2020-01-19
تقييم 5.00/5 مجموع تقييمات 7
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop up notes",
    "description": "Simple way of taking quick notes",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}