Singleton
The quickest way to search your browser tabs.
What is Singleton?
Singleton is a Chrome extension developed by Unknown, and its main feature is "The quickest way to search your browser tabs.".
Extension Screenshots
Download Singleton Extension CRX File
Download Singleton 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
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!
Extension Basic Information
Name | Singleton |
ID | khledgppahopbmkjghlkgnfaknmnhidk |
Official URL | https://chromewebstore.google.com/detail/singleton/khledgppahopbmkjghlkgnfaknmnhidk |
Description | The quickest way to search your browser tabs. |
File Size | 17.75 KB |
Installation Count | 25 |
Current Version | 0.0.5 |
Last Updated | 2017-10-01 |
Publish Date | 2017-09-30 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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:\/\/*\/" ] } |