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:\/\/*\/" ] } |