One Click Timestamp

This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.

ما هو One Click Timestamp؟

One Click Timestamp هو إضافة Chrome تم تطويرها بواسطة danielkellyio، والميزة الرئيسية لها هي "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

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

screenshot

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

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

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

                        Ever need to get the current timestamp on the fly? Now you can with a single click. Just click on the extension and the current Unix Timestamp will automatically be copied to your clipboard. Timestamps are a great way to keep track of when things happen or provide unique keys that are always different than the last, and now you can generate one right from the window in which you're already working.                    

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

الاسم One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
عنوان URL الرسمي https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
الوصف This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
حجم الملف 9.51 KB
عدد التثبيتات 352
النسخة الحالية 1.0
آخر تحديث 2015-09-03
تاريخ النشر 2015-09-02
تقييم 5.00/5 مجموع تقييمات 9
المطور danielkellyio
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Timestamp",
    "description": "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.",
    "version": "1.0",
    "author": "Daniel Kelly",
    "short_name": "1ClickTS",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ]
}