Wormhole
quicker way to access frequently used url
Cos'è Wormhole?
Wormhole è un'estensione di Chrome sviluppata da obadiahwu, e la sua funzione principale è "quicker way to access frequently used url".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wormhole
Scarica i file di estensione Wormhole in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
[Main function] 1. dashboard for favorite urls; (in the page, type the number of that url will jump to that url) 2. extract info from clipboard content and jump to the related page based on your setting. ex1: extract continue number from clipboard and compose URL to query what's human time representation of the epoch time "https://www.epochconverter.com/?q=${numberExtracted}" ex2: extract possible git file name and compose it to be url of the github link https://github.com/hardCodedAccountName/hardCodedDepotName/${fileNameExtractedFromClipboard} [Keyboard shortcuts] Ctrl+Shift+1 : open the dashboard of favorite urls Ctrl+Shift+2 : compose url based on "extract content from clipboard" and jump to the url. [How to customize extension] * feature 1 - edit favorite urls - edit the url table in the dashboard of favorite urls - save favorite urls - once you edit the url table, make sure you click the button 'save local' to save it - backup favorite urls to bookmark - if you like current urls set and want to backup it, click button 'save bookmark' to save it * feature 2 - set regex to extract content - In the dashboard of favorite urls, there's two button in the top of the page; the one 'Regex of Extracting clipboard' could point you to the setting page. - if there's multiple matched, you could configure priority of them. - in the configure page, there's a property 'priority of quick jump' is to set which priority; higher number get higher priority. [Usage] 1. jump to dashboard for favorite urls 2. jump to the page based on clipboard 3. if you want to select url while there's multiple matched, you could just click the extension icon. [additional info] * if the default keyboard shortcuts not fit your preference, you could modify it. Just google "how to change extension shortcut", there's many article explained how; ex: https://www.turnoffthelights.com/support/browser-extension/how-to-change-the-keyboard-shortcut-key/
Informazioni di Base sull'Estensione
Nome | Wormhole |
ID | obblffbicljiphaihaaagkaimmamnglj |
URL Ufficiale | https://chromewebstore.google.com/detail/wormhole/obblffbicljiphaihaaagkaimmamnglj |
Descrizione | quicker way to access frequently used url |
Dimensione del File | 755 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.0.2022.0303 |
Ultimo Aggiornamento | 2022-03-03 |
Data di Pubblicazione | 2021-08-31 |
Sviluppatore | obadiahwu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wormhole", "name": "Wormhole", "description": "quicker way to access frequently used url", "version": "1.0.2022.0303", "manifest_version": 3, "background": { "service_worker": "background_merged.js" }, "host_permissions": [ " |