Sublime-like tabbing
This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history
Vad är Sublime-like tabbing?
Sublime-like tabbing är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history".
Tilläggsskärmbilder
Ladda ner Sublime-like tabbing-förlängningens CRX-fil
Ladda ner Sublime-like tabbing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | omlbledfohkfgpgfoklielaeapiomcdk |
| Officiell webbadress | https://chromewebstore.google.com/detail/sublime-like-tabbing/omlbledfohkfgpgfoklielaeapiomcdk |
| Beskrivning | This extension adds a sublime-like ctrl-p to quickly switch beteen tables, bookmarks and history |
| Filstorlek | 85.93 KB |
| Antal Installationer | 242 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2013-11-25 |
| Publiceringsdatum | 2013-11-25 |
| Betyg | 3.91/5 Totalt 11 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |