Epoch
Quick Linux/Epoch time converter
Vad är Epoch?
Epoch är en Chrome-tillägg utvecklad av Liorama, och dess huvudfunktion är "Quick Linux/Epoch time converter".
Ladda ner Epoch-förlängningens CRX-fil
Ladda ner Epoch-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
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation. Grundläggande Information om Tillägg
| Namn | |
| ID | giojmegbijfdaifkfblkljnbeljjhlaj |
| Officiell webbadress | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
| Beskrivning | Quick Linux/Epoch time converter |
| Filstorlek | 245 KB |
| Antal Installationer | 41 |
| Aktuell Version | 0.0.3 |
| Senast Uppdaterad | 2016-03-15 |
| Publiceringsdatum | 2016-03-15 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Liorama |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch",
"short_name": "Epoch time converter",
"version": "0.0.3",
"manifest_version": 2,
"description": "Quick Linux\/Epoch time converter",
"icons": {
"16": "icons\/linuxtime2.png",
"48": "icons\/linuxtime2.png",
"128": "icons\/linuxtime2.png"
},
"browser_action": {
"default_icon": "icons\/linuxtime2.png",
"default_title": "Click for time since Linux Epoch",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"*:\/\/*\/*"
]
} | |