Search Tabs

Search bookmarks & Change Tab's background image.

Qu'est-ce que Search Tabs ?

Search Tabs est une extension Chrome développée par illidan.tld, et sa fonction principale est "Search bookmarks & Change Tab's background image.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Tabs

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

                        Search Tabs

You can search all of your bookmarks, type "ss" in the search box, and press the "Tab" button to enter the Search Tabs's search box. You can enter keywords to search all bookmarks.
你可以搜索你的所有书签,在搜索框中输入“ss”,然后按“Tab”键,可以进入Search Tabs's的搜索框,可以输入关键词搜索所有书签。

You can manage the background image of the new tab. In Search Tabs, you have 4 options: default, online default, local image, online image.

Default: The default background image.

Online default: The online background image provided by the plugin, there are two sets of default image combinations, namely: World of Warcraft, Dota.

Local image: You can choose an image stored on your computer that is less than 5M in size.

Online image: You can set the url path of an online image as the background image of your new tab page. Of course, you can also set the url path of the mp4 video that the video tag can recognize in Html, and use the video as the background of the new tab page. 

你可以管理新的标签页的背景图,在Search Tabs中,你有4个选项:default、online default、local image、online image。
default:默认的背景图。
online default:插件提供的在线背景图,有两组默认图片组合,分别是:魔兽世界、Dota。
local image:你可以选择你电脑上存储的一张图片,大小小于5M。
online image:你可以设置一张网上图片的url path,作为你新标签页的背景图,当然,你也可以设置Html中video标签能识别的mp4视频的url path,把视频作为新标签页的背景。                    

Informations de Base sur l'Extension

Nom Search Tabs Search Tabs
ID bbcdcpemehepaeaamjihokdjmdoigdoa
URL Officiel https://chrome.google.com/webstore/detail/search-tabs/bbcdcpemehepaeaamjihokdjmdoigdoa
Description Search bookmarks & Change Tab's background image.
Taille du Fichier 349 KB
Nombre d'Installations 46
Version Actuelle 1.2.1
Dernière Mise à Jour 2018-12-30
Date de Publication 2018-12-30
Développeur illidan.tld
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1",
    "description": "Search bookmarks & Change Tab's background image.",
    "manifest_version": 2,
    "name": "Search Tabs",
    "short_name": "Search Tabs",
    "options_page": "options.html",
    "icons": {
        "16": "image\/16.png",
        "32": "image\/32.png",
        "48": "image\/48.png",
        "128": "image\/128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ],
    "omnibox": {
        "keyword": "ss"
    },
    "browser_action": {
        "default_title": "Bookmarks & Tabs",
        "default_icon": "image\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}