Historie doplňku OmniUtils - 2 verze
OmniUtils od chandreshjulian
Historie doplňku OmniUtils - 2 verze
Se starými verzemi opatrně! Tyto verze jsou zde dostupné jen pro testovací a referenční účely.Používat byste vždy měli nejnovější verzi doplňku.
Nejnovější verze
Verze 1.2
Vydáno 11. čvc 2026 – 269,86 KBFunguje s: firefox 112.0 a novějšíOpen in a separate window — a new app-bar button (mdi-open-in-new, beside the theme toggle) pops the popup out into its own chrome-less, resizable app window via chrome.windows.create({ type: 'popup' }), reusing popup.html?view=window so all four tools (Codec, Format, Clipboard, Timezone) plus Settings are available. Clicking again focuses the existing window instead of opening duplicates — the window id is tracked in chrome.storage.session, and a stale id (window since closed) is caught and replaced. No new manifest permissions were added: the windows API needs none, and focus-existing avoids the tabs permission.
Version on the Settings page — an about-stamp footer echoes the OMNIUTILS wordmark and tags it with the running version (e.g. v1.2). The version is read from chrome.runtime.getManifest().version, so it always tracks manifest.json and is never hardcoded.Zdrojový kód zveřejněn pod licencí Licence MIT
Starší verze
Verze 1.1
Vydáno 24. čvn 2026 – 1,09 MBFunguje s: firefox 112.0 a novějšíZdrojový kód zveřejněn pod licencí Licence MIT