Timestamp

Copy time and date into clipboard in dynamic format

ما هو Timestamp؟

Timestamp هو إضافة Chrome تم تطويرها بواسطة immaihig، والميزة الرئيسية لها هي "Copy time and date into clipboard in dynamic format".

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

screenshot
screenshot
screenshot

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

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

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

                        Create custom plain text timestamps for easy copy/paste

It is up to your imagination what format you want and what format you will use where                    

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

الاسم Timestamp Timestamp
ID kckcchpealplejenbfceihdabemmdljf
عنوان URL الرسمي https://chromewebstore.google.com/detail/timestamp/kckcchpealplejenbfceihdabemmdljf
الوصف Copy time and date into clipboard in dynamic format
حجم الملف 143 KB
عدد التثبيتات 365
النسخة الحالية 6.5
آخر تحديث 2023-05-20
تاريخ النشر 2021-03-19
تقييم 4.75/5 مجموع تقييمات 4
المطور immaihig
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Timestamp",
    "version": "6.5",
    "description": "Copy time and date into clipboard in dynamic format",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/event.js"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}