Bitbucket (+ others): absolute commit date
Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...
Qu'est-ce que Bitbucket (+ others): absolute commit date ?
Bitbucket (+ others): absolute commit date est une extension Chrome développée par bfday, et sa fonction principale est "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitbucket (+ others): absolute commit date
Téléchargez les fichiers d'extension Bitbucket (+ others): absolute commit date au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Shows actual (absolute) date of commits (and other date-containing fields) for Bitbucket.org, *.atlassian.com and others domains which have
Informations de Base sur l'Extension
Nom | Bitbucket (+ others): absolute commit date |
ID | ibmpjnmlhfboaljbechlinicnlpmlgnp |
URL Officiel | https://chromewebstore.google.com/detail/bitbucket-+-others-absolu/ibmpjnmlhfboaljbechlinicnlpmlgnp |
Description | Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ... |
Taille du Fichier | 12.6 KB |
Nombre d'Installations | 737 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2019-03-13 |
Date de Publication | 2019-03-13 |
Évaluation | 4.17/5 Total 12 Évaluations |
Développeur | bfday |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/bfday |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitbucket (+ others): absolute commit date", "short_name": "DatesConverter", "description": "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...", "version": "2.2.0", "background": { "persistent": true, "scripts": [ "background.min.js", "sharedCode.min.js" ] }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "popup.html", "default_title": "Absolute dates of commits" }, "permissions": [ "tabs", "activeTab", "storage" ], "icons": { "48": "icons\/48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "sharedCode.min.js", "content_script.min.js" ] } ] } |