Tilda

Navigate quickly between your open tabs, bookmarks and history.

What is Tilda?

Tilda is a Chrome extension developed by nitayrabi, and its main feature is "Navigate quickly between your open tabs, bookmarks and history.".

Extension Screenshots

screenshot

Download Tilda Extension CRX File

Download Tilda extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Tilda Tilda
ID fncdffnmnjoplnppjklcbblpjlcmaepg
Official URL https://chromewebstore.google.com/detail/tilda/fncdffnmnjoplnppjklcbblpjlcmaepg
Description Navigate quickly between your open tabs, bookmarks and history.
File Size 494 KB
Installation Count 18
Current Version 1.0.3
Last Updated 2019-10-18
Publish Date 2019-10-17
Rating 5.00/5 Total 1 Ratings
Developer nitayrabi
Email [email protected]
Payment Type free
Supported Languages 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
}