Bitbucket (+ others): absolute commit date
Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...
Wat is Bitbucket (+ others): absolute commit date?
Bitbucket (+ others): absolute commit date is een Chrome-extensie ontwikkeld door bfday, en de belangrijkste functie is "Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ...".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitbucket (+ others): absolute commit date
Download Bitbucket (+ others): absolute commit date-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows actual (absolute) date of commits (and other date-containing fields) for Bitbucket.org, *.atlassian.com and others domains which have
Basisinformatie over de Extensie
Naam | Bitbucket (+ others): absolute commit date |
ID | ibmpjnmlhfboaljbechlinicnlpmlgnp |
Officiële URL | https://chromewebstore.google.com/detail/bitbucket-+-others-absolu/ibmpjnmlhfboaljbechlinicnlpmlgnp |
Beschrijving | Converts dates from relative format to absolute (format presets) for Bitbucket.org, may for *.atlassian.com(jira) ... |
Bestandsgrootte | 12.6 KB |
Aantal Installaties | 737 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2019-03-13 |
Publicatiedatum | 2019-03-13 |
Beoordeling | 4.17/5 Totaal 12 Beoordelingen |
Ontwikkelaar | bfday |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/bfday |
Ondersteunde Talen | 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" ] } ] } |