Search Tabs

Search bookmarks & Change Tab's background image.

Hvad er Search Tabs?

Search Tabs er en Chrome-udvidelse udviklet af illidan.tld, og dens hovedfunktion er "Search bookmarks & Change Tab's background image.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Search Tabs-udvidelses-CRX-fil

Download Search Tabs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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,把视频作为新标签页的背景。                    

Grundlæggende oplysninger om udvidelsen

Navn Search Tabs Search Tabs
ID bbcdcpemehepaeaamjihokdjmdoigdoa
Officiel URL https://chrome.google.com/webstore/detail/search-tabs/bbcdcpemehepaeaamjihokdjmdoigdoa
Beskrivelse Search bookmarks & Change Tab's background image.
Filstørrelse 349 KB
Antal Installationer 46
Nuværende Version 1.2.1
Senest Opdateret 2018-12-30
Udgivelsesdato 2018-12-30
Udvikler illidan.tld
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}