IHome New Tab

IHome is a practical tool browser new tab extension。And you can switch between multiple different browsers, and you don’t have to…

Qu'est-ce que IHome New Tab ?

IHome New Tab est une extension Chrome développée par https://www.miniits.com, et sa fonction principale est "IHome is a practical tool browser new tab extension。And you can switch between multiple different browsers, and you don’t have to…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension IHome New Tab

Téléchargez les fichiers d'extension IHome 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

                        BdTab(浏览器桌面)是一款实用的工具类浏览器插件,
        功能丰富,操作简单,可以给您带来最优的上网体验。
        并且您可在多个不同的浏览器之间切换使用,而这完全不用考虑数据备份的问题,

功能说明
BdTab新标签页的功能描述:

1、新标签中有一个工具栏,工具栏中有三个常驻的功能。书签管理、我的应用、已删除的应用,
书签管理:需要登入才能使用,可以对书签进行删除,添加到新标签和工具栏中,还可以添加私有书签中。

1-1、我的应用:这是一个应用列表,可以通过输入框的 “Keyword filtering” 功能,动态的过滤出这个页面符合关键字的应用,这时不需要别的动作,输入时会时时动态检索下面的应用。

2、新标签页中鼠标右键功能有设置,笔记,我的资源,添加应用,聚合搜索和书签管理等功能。

2-1、设置:设置中可以注册、登入、显示我的应用、添加聚合搜索中搜索源和介绍等。
2-2、笔记:简单记录一些备用信息。
2-3、我的资源:可以查看收藏的图片和视频等,还可以设置壁纸。
2-4、添加应用:可以添加应用,添加成功后可以在我的应用的最后一页中查看。
2-5、聚合搜索:可以使用谷歌等搜索源进行搜索。
2-6、书签管理:显示书签管理窗口。

3、浏览器的小图标功能,点击后会有一个小窗口弹出展示,功能是展示我的应用列表和工具栏的应用列表,
可以通过输入框的 “Keyword filtering” 功能,动态的过滤出这个页面符合关键字的应用,这时不需要别的动作,输入时会时时动态检索下面的应用。

4、在别的网页右键菜单功能,打开聚合搜索、标记广告、添加书签、收藏文字。

支持 BdTab
        BdTab(浏览器桌面) 是一款免费使用的工具项目,致力于提高大家的上网体验。
          所以,如果您也喜欢它或者觉得它还不错的,就请支持我们吧。                    

Informations de Base sur l'Extension

Nom IHome New Tab IHome New Tab
ID dnalhngfejihcbdpdeppfjimkjgeggoc
URL Officiel https://chromewebstore.google.com/detail/ihome-new-tab/dnalhngfejihcbdpdeppfjimkjgeggoc
Description IHome is a practical tool browser new tab extension。And you can switch between multiple different browsers, and you don’t have to…
Taille du Fichier 3.67 MB
Nombre d'Installations 2,000
Version Actuelle 1.5.5
Dernière Mise à Jour 2023-03-25
Date de Publication 2021-04-20
Évaluation 4.75/5 Total 8 Évaluations
Développeur https://www.miniits.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.miniits.com/
URL de la Page d'Aide https://www.miniits.com/
URL de la Page de Politique de Confidentialité http://www.bdtab.cn/privacy.html
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "default_locale": "zh_CN",
    "description": "__MSG_extDescription__",
    "version": "1.5.5",
    "options_page": "options.html",
    "icons": {
        "16": "36.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_logo": "128.png",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "bookmarks",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/browser_desktop_content.js"
            ],
            "css": [
                "css\/browser_desktop_content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}