Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
Cos'è Epoch Converter Tooltip for Google Chrome™?
Epoch Converter Tooltip for Google Chrome™ è un'estensione di Chrome sviluppata da eyal0, e la sua funzione principale è "Convert timestamps to readable times".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Epoch Converter Tooltip for Google Chrome™
Scarica i file di estensione Epoch Converter Tooltip for Google Chrome™ 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
When hovering over a number that might be a timestamp, convert it to a timestamp.
In the options, the location of the tooltip, the triggering, and the timezone can be changed. Informazioni di Base sull'Estensione
| Nome | |
| ID | gfhloejbjfojlcadcpahgdaagekamhjh |
| URL Ufficiale | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
| Descrizione | Convert timestamps to readable times |
| Dimensione del File | 639 KB |
| Conteggio Installazioni | 291 |
| Versione Corrente | 1.5.1 |
| Ultimo Aggiornamento | 2017-06-29 |
| Data di Pubblicazione | 2017-06-29 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | eyal0 |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/eyal0/epoch-converter-tooltip |
| URL della Pagina di Aiuto | https://github.com/eyal0/epoch-converter-tooltip/issues |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch Converter Tooltip for Google Chrome\u2122",
"version": "1.5.1",
"manifest_version": 2,
"description": "Convert timestamps to readable times",
"icons": {
"16": "ECT-16.png",
"48": "ECT-48.png",
"128": "ECT-128.png"
},
"background": {
"scripts": [
"ECT-background.js"
],
"persistent": true
},
"options_page": "ECT-options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"ECT.css"
],
"js": [
"ECT-contentscript.js"
]
}
]
} | |