Bitbucket (+ others): absolute commit date
Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...
Cos'è Bitbucket (+ others): absolute commit date?
Bitbucket (+ others): absolute commit date è un'estensione di Chrome sviluppata da bfday, e la sua funzione principale è "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitbucket (+ others): absolute commit date
Scarica i file di estensione Bitbucket (+ others): absolute commit date in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows actual (absolute) date of commits (and other date-containing fields) for Bitbucket.org, *.atlassian.com and others domains which have
Informazioni di Base sull'Estensione
Nome | Bitbucket (+ others): absolute commit date |
ID | ibmpjnmlhfboaljbechlinicnlpmlgnp |
URL Ufficiale | https://chromewebstore.google.com/detail/bitbucket-+-others-absolu/ibmpjnmlhfboaljbechlinicnlpmlgnp |
Descrizione | Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ... |
Dimensione del File | 12.6 KB |
Conteggio Installazioni | 737 |
Versione Corrente | 2.2.0 |
Ultimo Aggiornamento | 2019-03-13 |
Data di Pubblicazione | 2019-03-13 |
Valutazione | 4.17/5 Totale 12 Valutazioni |
Sviluppatore | bfday |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/bfday |
Lingue Supportate | 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" ] } ] } |