Sublime-like tabbing
This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Qu'est-ce que Sublime-like tabbing ?
Sublime-like tabbing est une extension Chrome développée par Unknown, et sa fonction principale est "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sublime-like tabbing
Téléchargez les fichiers d'extension Sublime-like tabbing 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
Just install and set the shortcut you want to use in chrome://extensions/ (in the footer of the page). You can find the project on Github if you want to help: https://github.com/PhroZenOne/sub-like-ctrl-p
Informations de Base sur l'Extension
Nom | Sublime-like tabbing |
ID | omlbledfohkfgpgfoklielaeapiomcdk |
URL Officiel | https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk |
Description | This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history |
Taille du Fichier | 85.93 KB |
Nombre d'Installations | 242 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2013-11-25 |
Date de Publication | 2013-11-25 |
Évaluation | 3.91/5 Total 11 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sublime-like tabbing", "description": "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history", "author": "Mikael Berglund", "version": "0.3", "permissions": [ "history", "tabs", "bookmarks" ], "browser_action": { "default_icon": "icon.png", "default_popup": "tabwindow.html" }, "options_page": "options.html" } |