Version 1.3 View in Chrome Web Store
https://getbootstrap.com/ | https://github.com/twbs/bootstrap/blob/master/LICENSE | |
http://www.w3.org/2000/svg | https://fonts.googleapis.com | |
https://fonts.gstatic.com | https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400 | |
https://github.com/velvet-market/Hide | https://www.google.com/ | |
https://github.com/twbs/bootstrap/graphs/contributors | https://popper.js.org/ | |
https://registry.npmjs.org/popper.js/-/popper.js-1.12.3.tgz | https://clients2.google.com/service/update2/crx | |
https://chrome.google.com/webstore/detail/hide/dppkgbgooinkbjemcpddmldmppgfngik?hl=en |
{ "name": "Hide!!! - Panic Button and Tab Manager", "icons": { "16": "/images/open-16.png", "32": "/images/open-32.png", "48": "/images/open-48.png", "128": "/images/open-128.png" }, "action": { "default_icon": { "16": "/images/open-16.png", "32": "/images/open-32.png", "48": "/images/open-48.png", "128": "/images/open-128.png" }, "default_popup": "/html/popup.html" }, "author": "Eugene Li and Hao Zheng", "version": "1.3", "commands": { "hide": { "description": "Hide", "suggested_key": { "default": "Alt+P" } }, "restore": { "description": "Restore", "suggested_key": { "default": "Alt+O" } } }, "background": { "service_worker": "/js/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Instantly hide and restore your open tabs.", "permissions": [ "tabs", "storage", "browsingData" ], "manifest_version": 3 }