Tab Notes

Add notes to your Chrome tabs. Just for Michael

ما هو Tab Notes؟

Tab Notes هو إضافة Chrome تم تطويرها بواسطة Swaraj، والميزة الرئيسية لها هي "Add notes to your Chrome tabs. Just for Michael".

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

screenshot

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

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

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

                        This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions.

~ Swaraj Banerjee                    

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

الاسم Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
الوصف Add notes to your Chrome tabs. Just for Michael
حجم الملف 45.1 KB
عدد التثبيتات 292
النسخة الحالية 1.1
آخر تحديث 2014-07-01
تاريخ النشر 2014-07-01
تقييم 3.75/5 مجموع تقييمات 4
المطور Swaraj
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Notes",
    "description": "Add notes to your Chrome tabs. Just for Michael",
    "version": "1.1",
    "icons": {
        "16": "images\/notepadIcon16.png",
        "48": "images\/notepadIcon48.png",
        "128": "images\/notepadIcon128.png"
    },
    "background": {
        "scripts": [
            "vendor\/md5.min.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/notepadEmpty19.png",
            "38": "images\/notepadEmpty38.png"
        },
        "default_title": "View Tab Note",
        "default_popup": "note.html"
    }
}