Singleton
The quickest way to search your browser tabs.
O que é Singleton?
Singleton é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "The quickest way to search your browser tabs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Singleton
Baixe arquivos de extensão Singleton no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Singleton |
ID | khledgppahopbmkjghlkgnfaknmnhidk |
URL Oficial | https://chromewebstore.google.com/detail/singleton/khledgppahopbmkjghlkgnfaknmnhidk |
Descrição | The quickest way to search your browser tabs. |
Tamanho do Arquivo | 17.75 KB |
Contagem de Instalações | 25 |
Versão Atual | 0.0.5 |
Última Atualização | 2017-10-01 |
Data de Publicação | 2017-09-30 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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:\/\/*\/" ] } |