Timestamp Plugin

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

Vad är Timestamp Plugin?

Timestamp Plugin är en Chrome-tillägg utvecklad av Mina Michel, och dess huvudfunktion är "This extension will insert the timestamp into the textbox with the cursor".

Ladda ner Timestamp Plugin-förlängningens CRX-fil

Ladda ner Timestamp Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Timestamp Plugin Timestamp Plugin
ID pngdhemdbaamjkmlfhnfjclmaegblkfj
Officiell webbadress https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj
Beskrivning This extension will insert the timestamp into the textbox with the cursor
Filstorlek 11.21 KB
Antal Installationer 228
Aktuell Version 1.0
Senast Uppdaterad 2016-05-30
Publiceringsdatum 2016-05-30
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare Mina Michel
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}