Banwenyu New Tab
Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits.
Cos'è Banwenyu New Tab?
Banwenyu New Tab è un'estensione di Chrome sviluppata da https://banwenyu.com, e la sua funzione principale è "Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Banwenyu New Tab
Scarica i file di estensione Banwenyu New Tab 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
半文鱼,一半随心,一半便利。 更懂你的浏览器新标签页,专为收藏狂定制的冲浪小工具。用半文鱼,再也不担心宝藏网站在收藏夹吃灰! 自定义拖拽,随心所欲排序,让你的浏览器,更符合你的工作学习习惯。 功能说明: 图标:网站图标可多可少,可大可小,任意布局,无拘无束,让桌面从未如此自由。。 搜索:一键切换常用搜素引擎,让搜索更加便捷 小组件:天气、日历变身桌面卡片,即启即用,无需二度跳转。
Informazioni di Base sull'Estensione
Nome | Banwenyu New Tab |
ID | filfjbbhkghhkoaagmhjelijfneonjbk |
URL Ufficiale | https://chromewebstore.google.com/detail/banwenyu-new-tab/filfjbbhkghhkoaagmhjelijfneonjbk |
Descrizione | Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits. |
Dimensione del File | 3.76 MB |
Conteggio Installazioni | 220 |
Versione Corrente | 3.6.20 |
Ultimo Aggiornamento | 2024-01-04 |
Data di Pubblicazione | 2022-11-08 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://banwenyu.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.banwenyu.com/ |
URL della Pagina di Aiuto | https://support.qq.com/products/450563 |
URL della Pagina della Politica sulla Privacy | https://article.banwenyu.com/api/post/WJBNBNQC3387 |
Lingue Supportate | de,en,zh-CN,zh-TW |
manifest.json | |
{ "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "3.6.20", "manifest_version": 3, "permissions": [ "activeTab", "search" ], "optional_permissions": [ "bookmarks", "favicon" ], "icons": { "16": "logo\/[email protected]", "32": "logo\/[email protected]", "48": "logo\/[email protected]", "128": "logo\/[email protected]" }, "action": { "default_icon": "logo\/[email protected]", "default_popup": "index.html#\/popup", "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/www.banwenyu.com", "host_permissions": [ "*:\/\/*\/*" ], "default_locale": "zh_CN", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" } } |