Today's Date

Show's you today's date and some other info...

ما هو Today's Date؟

Today's Date هو إضافة Chrome تم تطويرها بواسطة https://singleclickapps.com، والميزة الرئيسية لها هي "Show's you today's date and some other info...".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Today's Date

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

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

                        Just a simple extension that will show you today's date and some related info. 

Click on the icon and you'll get: today's date, week, day of the week, the roman year, how many days left to new year and, if you click on another date, the difference between the current date and selected one ...

You can change the date format on the options page (right-click on the extension's icon and select "Options")                    

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

الاسم Today's Date Today's Date
ID lpcdfhjklgjchkpphafdcadodnbgkllm
عنوان URL الرسمي https://chromewebstore.google.com/detail/todays-date/lpcdfhjklgjchkpphafdcadodnbgkllm
الوصف Show's you today's date and some other info...
حجم الملف 67.12 KB
عدد التثبيتات 663
النسخة الحالية 1.0.0.0
آخر تحديث 2017-10-12
تاريخ النشر 2017-10-12
تقييم 4.75/5 مجموع تقييمات 4
المطور https://singleclickapps.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://singleclickapps.com/todays-extension
عنوان صفحة سياسة الخصوصية https://singleclickapps.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Today's  Date ",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/todays-extension",
    "description": "Show's you today's date and some other info...",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [],
    "offline_enabled": true,
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Today's Date",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}