New window without toolbar
Open current page in new window without toolbar.
Vad är New window without toolbar?
New window without toolbar är en Chrome-tillägg utvecklad av tkrkt, och dess huvudfunktion är "Open current page in new window without toolbar.".
Tilläggsskärmbilder
Ladda ner New window without toolbar-förlängningens CRX-fil
Ladda ner New window without toolbar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | epcobhhlenfbjlmooebphgjcgdmbjgnb |
Officiell webbadress | https://chromewebstore.google.com/detail/new-window-without-toolba/epcobhhlenfbjlmooebphgjcgdmbjgnb |
Beskrivning | Open current page in new window without toolbar. |
Filstorlek | 14.69 KB |
Antal Installationer | 594 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2019-01-09 |
Publiceringsdatum | 2019-01-09 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | tkrkt |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/tkrkt/NewWindowWithoutToolbar |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "contextMenus", "storage" ], "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "options_ui": { "chrome_style": true, "page": "options.html" } } |