One Click Timestamp

This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.

Τι είναι το One Click Timestamp;

Το One Click Timestamp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον danielkellyio, και η κύρια λειτουργία του είναι "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης One Click Timestamp

Λήψη αρχείων επέκτασης One Click Timestamp σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Ever need to get the current timestamp on the fly? Now you can with a single click. Just click on the extension and the current Unix Timestamp will automatically be copied to your clipboard. Timestamps are a great way to keep track of when things happen or provide unique keys that are always different than the last, and now you can generate one right from the window in which you're already working.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
Επίσημο URL https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
Περιγραφή This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
Μέγεθος Αρχείου 9.51 KB
Αριθμός Εγκαταστάσεων 352
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-09-03
Ημερομηνία Δημοσίευσης 2015-09-02
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής danielkellyio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Timestamp",
    "description": "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.",
    "version": "1.0",
    "author": "Daniel Kelly",
    "short_name": "1ClickTS",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ]
}