Search Tabs

Search bookmarks & Change Tab's background image.

Τι είναι το Search Tabs;

Το Search Tabs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον illidan.tld, και η κύρια λειτουργία του είναι "Search bookmarks & Change Tab's background image.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search Tabs

Λήψη αρχείων επέκτασης Search Tabs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Search Tabs Search Tabs
ID bbcdcpemehepaeaamjihokdjmdoigdoa
Επίσημο URL https://chrome.google.com/webstore/detail/search-tabs/bbcdcpemehepaeaamjihokdjmdoigdoa
Περιγραφή Search bookmarks & Change Tab's background image.
Μέγεθος Αρχείου 349 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2018-12-30
Ημερομηνία Δημοσίευσης 2018-12-30
Προγραμματιστής illidan.tld
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}