Closure
Require confirmation when closing a tab or navigating away from a site
Co je Closure?
Closure je rozšíření Chrome vyvinuté Vertix, a jeho hlavní funkcí je „Require confirmation when closing a tab or navigating away from a site“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Closure
Stáhněte si soubory rozšíření Closure ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Never lose an important tab again; just set a tab to require confirmation when closing or navigating away from a site.
This Chrome extension will help prevent against accidental closure of tabs containing important information.
Just right-click, select "Confirm Closure", and you will be alerted before your tab is closed.
Credits:
Icon made by Pixelbuddha from www.flaticon.com Základní Informace o Rozšíření
| Název | |
| ID | jjagagcgljmlnihcilbpbfcglnopepjb |
| Oficiální URL | https://chromewebstore.google.com/detail/closure/jjagagcgljmlnihcilbpbfcglnopepjb |
| Popis | Require confirmation when closing a tab or navigating away from a site |
| Velikost souboru | 10.57 KB |
| Počet instalací | 859 |
| Aktuální Verze | 0.1 |
| Poslední Aktualizace | 2022-06-16 |
| Datum Vydání | 2017-07-12 |
| Hodnocení | 3.43/5 Celkem 7 Hodnocení |
| Vývojář | Vertix |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Closure",
"description": "Require confirmation when closing a tab or navigating away from a site",
"version": "0.1",
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2,
"web_accessible_resources": [
"\/img\/favicon.ico"
],
"options_page": "options\/options.html",
"options_ui": {
"page": "options\/options.html",
"chrome_style": true
},
"icons": {
"16": "\/img\/icon16.png",
"48": "\/img\/icon48.png",
"128": "\/img\/icon128.png"
}
} | |