Tilda

Navigate quickly between your open tabs, bookmarks and history.

什么是Tilda?

Tilda是由nitayrabi开发的Chrome扩展程序,该扩展的主要功能是“Navigate quickly between your open tabs, bookmarks and history.”。

扩展截图

screenshot

下载Tilda扩展crx文件

下载Tilda扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Use an intuitive simple autocomplete to find an open tab, or open a new one from your bookmarks or top sites.                    

扩展基本信息

名称 Tilda Tilda
ID fncdffnmnjoplnppjklcbblpjlcmaepg
官方URL https://chromewebstore.google.com/detail/tilda/fncdffnmnjoplnppjklcbblpjlcmaepg
简介 Navigate quickly between your open tabs, bookmarks and history.
文件大小 494 KB
安装次数 18
当前版本 1.0.3
更新时间 2019-10-18
上架时间 2019-10-17
评分 5.00/5 共1次评分
开发者 nitayrabi
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tilda",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "activeTab",
        "history",
        "topSites",
        "bookmarks"
    ],
    "description": "Navigate quickly between your open tabs, bookmarks and history.",
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/ic_16X16.png",
        "48": "icons\/ic_48X48.png",
        "128": "icons\/ic_128X128.png"
    },
    "manifest_version": 2
}