Popup Notes

Take quick notes while you surf. What could be more simple?

ما هو Popup Notes؟

Popup Notes هو إضافة Chrome تم تطويرها بواسطة https://gourav.io، والميزة الرئيسية لها هي "Take quick notes while you surf. What could be more simple?".

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

screenshot
screenshot
screenshot

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

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

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

                        Take notes without leaving current tab!
Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome.

Features :
-- Lightweight, easy to use & secure.
-- Copy selected text to Popup Notes directly from right-click.
-- Auto-save notes upon closing.
-- Auto-focus on notes.
-- Use TAB key to indent your text.
-- Ad-free.                    

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

الاسم Popup Notes Popup Notes
ID pakngoacmndjaomplokegbepmohpfofb
عنوان URL الرسمي https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb
الوصف Take quick notes while you surf. What could be more simple?
حجم الملف 38.95 KB
عدد التثبيتات 1,191
النسخة الحالية 2.0
آخر تحديث 2020-10-02
تاريخ النشر 2017-11-30
تقييم 3.00/5 مجموع تقييمات 8
المطور https://gourav.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "Popup Notes",
    "description": "Take quick notes while you surf. What could be more simple?",
    "version": "2.0",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Popup Notes!"
    },
    "offline_enabled": true,
    "short_name": "Popup Notes",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}