Don't Forget

Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances

ما هو Don't Forget؟

Don't Forget هو إضافة Chrome تم تطويرها بواسطة dcarps، والميزة الرئيسية لها هي "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances".

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

screenshot

تحميل ملف CRX للإضافة Don't Forget

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

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

                        Don't forget allows you to set reminders straight from your browser that will sync across all your google sync enabled browsers. Choose desktop notification or have it open a new browser tab to keep you on track with the things you need to remember. Sorry, it will only remind you to do laundry not do it for you. ;)                    

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

الاسم Don't Forget Don't Forget
ID abggoadfpgldjgbjdikghhdmlcgpknie
عنوان URL الرسمي https://chromewebstore.google.com/detail/dont-forget/abggoadfpgldjgbjdikghhdmlcgpknie
الوصف Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances
حجم الملف 428 KB
عدد التثبيتات 146
النسخة الحالية 1.0.5
آخر تحديث 2013-10-04
تاريخ النشر 2013-10-04
تقييم 5.00/5 مجموع تقييمات 2
المطور dcarps
نوع الدفع free
عنوان صفحة المساعدة https://github.com/tollus/chrome-dont-forget/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Don't Forget",
    "author": "dcarps",
    "description": "Don't Forget lets you add reminders to chrome which get synced across all sync enabled chrome instances",
    "version": "1.0.5",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "manifest_version": 2,
    "omnibox": {
        "keyword": "df"
    },
    "browser_action": {
        "default_icon": "img\/logo_BW128.png",
        "default_popup": "popup\/DontForget.html"
    },
    "icons": {
        "128": "img\/logo128.png"
    },
    "options_page": "other\/alarmmgmt.html"
}