Singleton
The quickest way to search your browser tabs.
Qu'est-ce que Singleton ?
Singleton est une extension Chrome développée par Unknown, et sa fonction principale est "The quickest way to search your browser tabs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Singleton
Téléchargez les fichiers d'extension Singleton au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Singleton |
ID | khledgppahopbmkjghlkgnfaknmnhidk |
URL Officiel | https://chromewebstore.google.com/detail/singleton/khledgppahopbmkjghlkgnfaknmnhidk |
Description | The quickest way to search your browser tabs. |
Taille du Fichier | 17.75 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2017-10-01 |
Date de Publication | 2017-09-30 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/" ] } |