jummp
Switch to your browser tabs like apps.
Cos'è jummp?
jummp è un'estensione di Chrome sviluppata da https://jummp.io, e la sua funzione principale è "Switch to your browser tabs like apps.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione jummp
Scarica i file di estensione jummp 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
This extension allows you to command-tab switch to your browser tabs just as you'd switch to another application on your Mac. Requires installation of a desktop application to work. You can download it from https://jummp.io
Informazioni di Base sull'Estensione
Nome | jummp |
ID | jgciagdidmegnbnhflfafghhonjhenph |
URL Ufficiale | https://chromewebstore.google.com/detail/jummp/jgciagdidmegnbnhflfafghhonjhenph |
Descrizione | Switch to your browser tabs like apps. |
Dimensione del File | 1.15 MB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.0.60 |
Ultimo Aggiornamento | 2018-11-13 |
Data di Pubblicazione | 2018-11-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://jummp.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://jummp.io |
URL della Pagina di Aiuto | https://jummp.io |
URL della Pagina della Politica sulla Privacy | https://jummp.io/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "jummp", "version": "0.0.60", "manifest_version": 2, "description": "Switch to your browser tabs like apps.", "homepage_url": "https:\/\/jummp.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png", "1024": "icons\/icon1024.png" }, "default_locale": "en", "background": { "page": "background.html", "persistent": true }, "permissions": [ "history", "tabs", "activeTab", "gcm" ], "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "permissions": [ "https:\/\/www.gstatic.com\/*", "https:\/\/www.googleapis.com\/*", "https:\/\/connect.stripe.com\/*", "https:\/\/*.firebaseio.com" ], "matches": [ " |