Singleton
The quickest way to search your browser tabs.
Singletonとは何ですか?
SingletonはUnknownによって開発されたChromeの拡張機能で、その主な機能は「The quickest way to search your browser tabs.」です。
拡張機能のスクリーンショット
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 |
ID | khledgppahopbmkjghlkgnfaknmnhidk |
公式URL | 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:\/\/*\/" ] } |