TabNote

Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…

ما هو TabNote؟

TabNote هو إضافة Chrome تم تطويرها بواسطة https://berry.ai، والميزة الرئيسية لها هي "Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TabNote

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

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

                        Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar button, and you can quickly take some ideas, memos, phone number, etc. into an editable tab in browser. 

It can also auto-save the notes to browser local storage, even offline. So you don't need to worry about it would lose after closing the browser.                    

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

الاسم TabNote TabNote
ID jncefijnopciiocdgnhgbjkajeljnobn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabnote/jncefijnopciiocdgnhgbjkajeljnobn
الوصف Tabnote is a productivity tool like Evernote or Google Keep,but more instant than others. It starts from a click of the toolbar…
حجم الملف 301 KB
عدد التثبيتات 44
النسخة الحالية 0.2
آخر تحديث 2017-01-17
تاريخ النشر 2017-01-17
تقييم 5.00/5 مجموع تقييمات 2
المطور https://berry.ai
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabNote",
    "version": "0.2",
    "icons": {
        "128": "tabnote.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "tabnote.png"
    },
    "permissions": [
        "tabs"
    ]
}