Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
ما هو Timestamp Plugin؟
Timestamp Plugin هو إضافة Chrome تم تطويرها بواسطة Mina Michel، والميزة الرئيسية لها هي "This extension will insert the timestamp into the textbox with the cursor".
تحميل ملف CRX للإضافة Timestamp Plugin
قم بتنزيل ملفات الامتداد Timestamp Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Whenever you are writing text in a huge text area and want to track when did you add this text, just click on my extension and it will add a timestamp with your initials (that you can set in the options screen)
معلومات أساسية عن التمديد
الاسم | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
الوصف | This extension will insert the timestamp into the textbox with the cursor |
حجم الملف | 11.21 KB |
عدد التثبيتات | 228 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-05-30 |
تاريخ النشر | 2016-05-30 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | Mina Michel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timestamp Plugin", "description": "This extension will insert the timestamp into the textbox with the cursor", "version": "1.0", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |