SpanD

Calculates span between two datetimes; or calculates the datetime in specified days and hours.

Τι είναι το SpanD;

Το SpanD είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ivanova-irina.blogspot.com, και η κύρια λειτουργία του είναι "Calculates span between two datetimes; or calculates the datetime in specified days and hours.".

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

screenshot
screenshot
screenshot

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

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

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

                        NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions.

SpanD - Span Of Datetimes

Extension is build for software testers to calculate span or differences between two dates.

Useful tool for software testers or developers who need to test span between datetimes. For example, if software should automatically calculate next datetime in specified amount of dates.

Extension can be used completely without a mouse! Enter key calculates the span or the next date.

Useful to know:
* Format for date input is european DD.MM.YYYY (days first, not months).

* Regexps for inserting datetimes:
/([0,1,2,3]?[0-9])[\., \,, \-, \/]?([0,1,2][0-9])[\., \,, \-, \/]?([1,2][0-9][0-9][0-9])\s([0,1,2][0-9])[:, \., \,, \-]?([0,1,2,3,4,5][0-9])/;
So 31.02.2010, 31022010, 31/02/2010, 31-02-2010 will work.

* Works with negative values! For example, add -1 days to 02.10.2013 will be 01.10.2013. Or span between 4.10.2010 and 1.10.2010 will be -3.

* Hot keys:
  - Arrow Down key in the upper block field sets focus on the bottom block
  - Arrow Down key in the bottom section sets focus on the second line
  - Arrow Up key in the bottom block field sets focus on the upper block
  - Arrow Up key in the upper section sets focus on the first line
  - Arrow Right key sets focus on the right field (if there is one)
  - Arrow Left key sets focus on the left field (if there is one)

Tip: You can configure hot-keys for extension in the Google Chrome:
  * open the extensions tab - chrome://extensions/;
  * Link "Configure commands" at the bottom;
  * Choose an extension and type a shortcut.
Now You can use it completely without a mouse!

GitLab repo - https://gitlab.com/irina-ivanova-extensions/spanD                    

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

Όνομα SpanD SpanD
ID eifmojfjlkacjfnaeagfnfjgpajanphn
Επίσημο URL https://chromewebstore.google.com/detail/spand/eifmojfjlkacjfnaeagfnfjgpajanphn
Περιγραφή Calculates span between two datetimes; or calculates the datetime in specified days and hours.
Μέγεθος Αρχείου 11.56 KB
Αριθμός Εγκαταστάσεων 34
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2019-11-04
Ημερομηνία Δημοσίευσης 2019-11-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://ivanova-irina.blogspot.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gitlab.com/irina-ivanova-extensions/spanD
Διεύθυνση URL της Σελίδας Βοήθειας https://gitlab.com/irina-ivanova-extensions/spanD
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpanD",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Calculates span between two datetimes; or calculates the datetime in specified days and hours.",
    "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/spanD",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "default-src 'self'",
    "author": {
        "name": "Irina Ivanova",
        "email": "[email protected]"
    }
}