Timestamp Plugin

This extension will insert the timestamp into the textbox with the cursor

Was ist Timestamp Plugin?

Timestamp Plugin ist eine Chrome-Erweiterung, die von Mina Michel entwickelt wurde, und ihr Hauptmerkmal ist "This extension will insert the timestamp into the textbox with the cursor".

Timestamp Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Timestamp Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Timestamp Plugin Timestamp Plugin
ID pngdhemdbaamjkmlfhnfjclmaegblkfj
Offizielle URL https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj
Beschreibung This extension will insert the timestamp into the textbox with the cursor
Dateigröße 11.21 KB
Installationsanzahl 228
Aktuelle Version 1.0
Letztes Update 2016-05-30
Veröffentlichungsdatum 2016-05-30
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler Mina Michel
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}