Bordless Window
Browsing the current webpage with bordless window.
Cos'è Bordless Window?
Bordless Window è un'estensione di Chrome sviluppata da Yikai, e la sua funzione principale è "Browsing the current webpage with bordless window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bordless Window
Scarica i file di estensione Bordless Window 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
使用無邊框視窗開啟目前瀏覽的網頁 Browsing the current webpage with bordless window
Informazioni di Base sull'Estensione
Nome | Bordless Window |
ID | oldkbmmdbndonbiogadbbbmgdkdpjoae |
URL Ufficiale | https://chromewebstore.google.com/detail/bordless-window/oldkbmmdbndonbiogadbbbmgdkdpjoae |
Descrizione | Browsing the current webpage with bordless window. |
Dimensione del File | 10.24 KB |
Conteggio Installazioni | 6,267 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2023-12-14 |
Data di Pubblicazione | 2020-01-07 |
Valutazione | 5.00/5 Totale 23 Valutazioni |
Sviluppatore | Yikai |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "zh_TW", "manifest_version": 3, "name": "__MSG_name__", "version": "2.0.0", "description": "__MSG_description__", "icons": { "128": ".\/images\/icon128.png" }, "action": { "default_icon": ".\/images\/icon128.png", "default_title": "__MSG_default_title__" }, "background": { "service_worker": ".\/js\/Background.js" }, "options_ui": { "page": ".\/html\/option.html" }, "permissions": [ "activeTab", "storage", "contextMenus", "offscreen" ] } |