Window Seat
Make browser windows open with a consistent position and size
Cos'è Window Seat?
Window Seat è un'estensione di Chrome sviluppata da https://www.sessionbuddy.com, e la sua funzione principale è "Make browser windows open with a consistent position and size".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Window Seat
Scarica i file di estensione Window Seat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Window Seat makes browser windows open at a desired position and size. You can also position a window or all windows with a single click.
Informazioni di Base sull'Estensione
Nome | Window Seat |
ID | ffapagmeaendpngophdffbjjcobilago |
URL Ufficiale | https://chromewebstore.google.com/detail/window-seat/ffapagmeaendpngophdffbjjcobilago |
Descrizione | Make browser windows open with a consistent position and size |
Dimensione del File | 17.02 KB |
Conteggio Installazioni | 754 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-10-30 |
Data di Pubblicazione | 2020-05-09 |
Valutazione | 4.88/5 Totale 16 Valutazioni |
Sviluppatore | https://www.sessionbuddy.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://sessionbuddy.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Window Seat", "description": "Make browser windows open with a consistent position and size", "version": "1.1", "minimum_chrome_version": "63", "manifest_version": 2, "background": { "page": "bg.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self'; object-src 'self'" } |