Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
Co to jest Epoch Converter Tooltip for Google Chrome™?
Epoch Converter Tooltip for Google Chrome™ to rozszerzenie Chrome opracowane przez eyal0, a jego główną funkcją jest „Convert timestamps to readable times”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Epoch Converter Tooltip for Google Chrome™
Pobierz pliki rozszerzeń Epoch Converter Tooltip for Google Chrome™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gfhloejbjfojlcadcpahgdaagekamhjh |
| Oficjalny URL | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
| Opis | Convert timestamps to readable times |
| Rozmiar pliku | 639 KB |
| Liczba instalacji | 291 |
| Aktualna Wersja | 1.5.1 |
| Ostatnia Aktualizacja | 2017-06-29 |
| Data Publikacji | 2017-06-29 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | eyal0 |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/eyal0/epoch-converter-tooltip |
| Adres URL Strony Pomocy | https://github.com/eyal0/epoch-converter-tooltip/issues |
| Obsługiwane Języki | 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"
]
}
]
} | |