Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Apa itu Timestamp Plugin?
Timestamp Plugin adalah ekstensi Chrome yang dikembangkan oleh Mina Michel, dan fitur utamanya adalah "This extension will insert the timestamp into the textbox with the cursor".
Unduh Berkas CRX Ekstensi Timestamp Plugin
Unduh file ekstensi Timestamp Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
URL Resmi | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
Deskripsi | This extension will insert the timestamp into the textbox with the cursor |
Ukuran File | 11.21 KB |
Jumlah Instalasi | 228 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-05-30 |
Tanggal Publikasi | 2016-05-30 |
Penilaian | 2.50/5 Total 2 Penilaian |
Pengembang | Mina Michel |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |