Freelance freedom nav
Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom
Cos'è Freelance freedom nav?
Freelance freedom nav è un'estensione di Chrome sviluppata da roland.kontson, e la sua funzione principale è "Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom".
Scarica il file CRX dell'estensione Freelance freedom nav
Scarica i file di estensione Freelance freedom nav 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
Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom by N.C. Winters. By pressing the left and right arrow keys, can switch between the next and previous comic. As simple as that.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | eiacokngbbbeebpgbjbcfplkjbjkphmi |
URL Ufficiale | https://chrome.google.com/webstore/detail/freelance-freedom-nav/eiacokngbbbeebpgbjbcfplkjbjkphmi |
Descrizione | Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom |
Dimensione del File | 3.35 KB |
Conteggio Installazioni | 64 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-04-13 |
Data di Pubblicazione | 2017-04-13 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | roland.kontson |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freelance freedom nav", "description": "Navigate comics with arrow keys on https:\/\/studioblog.envato.com\/freelance-freedom", "version": "1.0.1", "browser_action": [], "content_scripts": [ { "matches": [ "*:\/\/studioblog.envato.com\/*" ], "js": [ "nav.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/studioblog.envato.com\/*" ] } |