Timestamp Plugin

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

Co je Timestamp Plugin?

Timestamp Plugin je rozšíření Chrome vyvinuté Mina Michel, a jeho hlavní funkcí je „This extension will insert the timestamp into the textbox with the cursor“.

Stáhnout soubor CRX rozšíření Timestamp Plugin

Stáhněte si soubory rozšíření Timestamp Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Timestamp Plugin Timestamp Plugin
ID pngdhemdbaamjkmlfhnfjclmaegblkfj
Oficiální URL https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj
Popis This extension will insert the timestamp into the textbox with the cursor
Velikost souboru 11.21 KB
Počet instalací 228
Aktuální Verze 1.0
Poslední Aktualizace 2016-05-30
Datum Vydání 2016-05-30
Hodnocení 2.50/5 Celkem 2 Hodnocení
Vývojář Mina Michel
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}