Site Reminder

Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."

ما هو Site Reminder؟

Site Reminder هو إضافة Chrome تم تطويرها بواسطة Boutell.Com, Inc.، والميزة الرئيسية لها هي "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".

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

screenshot

تحميل ملف CRX للإضافة Site Reminder

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

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

                        Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.                    

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

الاسم Site Reminder Site Reminder
ID fldphedalmbldmnahnoijjlkdhgmkgan
عنوان URL الرسمي https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan
الوصف Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
حجم الملف 12.49 KB
عدد التثبيتات 478
النسخة الحالية 1.0.3
آخر تحديث 2013-09-30
تاريخ النشر 2013-09-29
تقييم 4.43/5 مجموع تقييمات 21
المطور Boutell.Com, Inc.
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Reminder",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "icons": [
            "icon.png",
            "large-icon.png"
        ],
        "default_popup": "backendController.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "warning.html"
    ]
}