Chrommander - tab navigator
Use Chrommander's search box to quickly jump to any opened tab or bookmark.
Vad är Chrommander - tab navigator?
Chrommander - tab navigator är en Chrome-tillägg utvecklad av Simon Soriano, och dess huvudfunktion är "Use Chrommander's search box to quickly jump to any opened tab or bookmark.".
Tilläggsskärmbilder
Ladda ner Chrommander - tab navigator-förlängningens CRX-fil
Ladda ner Chrommander - tab navigator-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
Use Chrommander's search box to quickly jump to any opened tab or bookmark. Features: - Press `Ctrl+P` in MacOS or `Ctrl+Shift+P` in the rest of operating systems, and you'll see a list with all the currently opened tabs. - Move within the list of results using the up and down arrow keys or the mouse - Type in the search box to filter the results - Search for bookmarks by typing "b" at the beginning and then the name of the bookmark that you want to open - Select the tab or bookmark that you want to open and press enter or click on it https://github.com/simon0191/chrommander
Grundläggande Information om Tillägg
Namn | Chrommander - tab navigator |
ID | ebbmganccobhlpcbkmodhiclngkbkcci |
Officiell webbadress | https://chromewebstore.google.com/detail/chrommander-tab-navigator/ebbmganccobhlpcbkmodhiclngkbkcci |
Beskrivning | Use Chrommander's search box to quickly jump to any opened tab or bookmark. |
Filstorlek | 490 KB |
Antal Installationer | 130 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2018-08-19 |
Publiceringsdatum | 2018-08-19 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Simon Soriano |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/simon0191/chrommander |
Hjälpsida URL | https://github.com/simon0191/chrommander/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrommander - tab navigator", "short_name": "Chrommander", "version": "0.0.2", "description": "Use Chrommander's search box to quickly jump to any opened tab or bookmark.", "author": "@simon0191", "browser_action": { "default_popup": "popup\/index.html" }, "background": { "scripts": [ "background\/bundle.js" ] }, "content_scripts": [ { "matches": [ " |