Singleton

The quickest way to search your browser tabs.

什麼是Singleton?

Singleton是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“The quickest way to search your browser tabs.”。

擴展截圖

screenshot

下載Singleton擴展crx文件

下載Singleton擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Avoid clutter by re-using browser tabs already open on your favorites websites!
Type "S" + Spacebar to enable Singleton, then search for the tab you want to switch to! Use ↑ and  ↓ and "Enter" to switch tabs. 

Singleton will also remove duplicate tabs for you.

Pro tip: Use Command + "L" to use Singleton without a keyboard!                    

擴展基本資訊

名稱 Singleton Singleton
ID khledgppahopbmkjghlkgnfaknmnhidk
官方網址 https://chromewebstore.google.com/detail/singleton/khledgppahopbmkjghlkgnfaknmnhidk
簡介 The quickest way to search your browser tabs.
檔案大小 17.75 KB
安裝次數 25
目前版本 0.0.5
更新時間 2017-10-01
上架時間 2017-09-30
評分 5.00/5 共 7 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Singleton",
    "short_name": "Search your tabs in a flash!",
    "description": "The quickest way to search your browser tabs.",
    "version": "0.0.5",
    "omnibox": {
        "keyword": "s"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background_snap.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}