Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Co to jest Timestamp Plugin?
Timestamp Plugin to rozszerzenie Chrome opracowane przez Mina Michel, a jego główną funkcją jest „This extension will insert the timestamp into the textbox with the cursor”.
Pobierz plik CRX rozszerzenia Timestamp Plugin
Pobierz pliki rozszerzeń Timestamp Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
Oficjalny URL | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
Opis | This extension will insert the timestamp into the textbox with the cursor |
Rozmiar pliku | 11.21 KB |
Liczba instalacji | 228 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-05-30 |
Data Publikacji | 2016-05-30 |
Ocena | 2.50/5 Łącznie 2 Oceny |
Deweloper | Mina Michel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |