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.
Qu'est-ce que Banwenyu New Tab ?
Banwenyu New Tab est une extension Chrome développée par https://banwenyu.com, et sa fonction principale est "Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Banwenyu New Tab
Téléchargez les fichiers d'extension Banwenyu New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
半文鱼,一半随心,一半便利。 更懂你的浏览器新标签页,专为收藏狂定制的冲浪小工具。用半文鱼,再也不担心宝藏网站在收藏夹吃灰! 自定义拖拽,随心所欲排序,让你的浏览器,更符合你的工作学习习惯。 功能说明: 图标:网站图标可多可少,可大可小,任意布局,无拘无束,让桌面从未如此自由。。 搜索:一键切换常用搜素引擎,让搜索更加便捷 小组件:天气、日历变身桌面卡片,即启即用,无需二度跳转。
Informations de Base sur l'Extension
Nom | Banwenyu New Tab |
ID | filfjbbhkghhkoaagmhjelijfneonjbk |
URL Officiel | https://chromewebstore.google.com/detail/banwenyu-new-tab/filfjbbhkghhkoaagmhjelijfneonjbk |
Description | Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits. |
Taille du Fichier | 3.76 MB |
Nombre d'Installations | 220 |
Version Actuelle | 3.6.20 |
Dernière Mise à Jour | 2024-01-04 |
Date de Publication | 2022-11-08 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://banwenyu.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.banwenyu.com/ |
URL de la Page d'Aide | https://support.qq.com/products/450563 |
URL de la Page de Politique de Confidentialité | https://article.banwenyu.com/api/post/WJBNBNQC3387 |
Langues Prises en Charge | 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" } } |