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
Eメール [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
}