ThoughtPad - Autosaving Online Notepad

ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.

ما هو ThoughtPad - Autosaving Online Notepad؟

ThoughtPad - Autosaving Online Notepad هو إضافة Chrome تم تطويرها بواسطة https://thoughtpad.kingdomofs.com، والميزة الرئيسية لها هي "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.".

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

screenshot

تحميل ملف CRX للإضافة ThoughtPad - Autosaving Online Notepad

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

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

                        ThoughtPad is an autosaving notepad that opens up in a new tab. Type whatever you want & it is saved in your browsers' cache memory. The data is saved across sessions and can be retained/recovered even if your computer unexpectedly crashes & restarts.                    

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

الاسم ThoughtPad - Autosaving Online Notepad ThoughtPad - Autosaving Online Notepad
ID jakpglpcfkafpjpfdficjdgcbjiajmfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/thoughtpad-autosaving-onl/jakpglpcfkafpjpfdficjdgcbjiajmfb
الوصف ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.
حجم الملف 125 KB
عدد التثبيتات 541
النسخة الحالية 1.0.2
آخر تحديث 2017-12-25
تاريخ النشر 2017-12-25
تقييم 4.33/5 مجموع تقييمات 3
المطور https://thoughtpad.kingdomofs.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://thoughtpad.kingdomofs.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThoughtPad - Autosaving Online Notepad",
    "short_name": "ThoughtPad",
    "description": "ThoughtPad is an auto-saving online notepad. You can type anything on new tab and it will autosave it in your browers cache.",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "Sandeep Tripathy",
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "thoughtpad.html"
    }
}