Timely
This extension converts unix epoch timestamps to human-readable times.
Vad är Timely?
Timely är en Chrome-tillägg utvecklad av Chris Warren, och dess huvudfunktion är "This extension converts unix epoch timestamps to human-readable times.".
Tilläggsskärmbilder
Ladda ner Timely-förlängningens CRX-fil
Ladda ner Timely-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension.
Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times. Grundläggande Information om Tillägg
| Namn | |
| ID | phpkahchjodmhmckibejeafoflafljma |
| Officiell webbadress | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
| Beskrivning | This extension converts unix epoch timestamps to human-readable times. |
| Filstorlek | 10.88 KB |
| Antal Installationer | 2,108 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2013-10-27 |
| Publiceringsdatum | 2013-10-27 |
| Betyg | 4.67/5 Totalt 9 Betyg |
| Utvecklare | Chris Warren |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Timely",
"short_name": "Timely",
"description": "This extension converts unix epoch timestamps to human-readable times.",
"icons": {
"128": "icon128.png"
},
"version": "1.0.1",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Show human-readable timestamps"
}
} | |