Freelance freedom nav
Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom
What is Freelance freedom nav?
Freelance freedom nav is a Chrome extension developed by roland.kontson, and its main feature is "Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom".
Download Freelance freedom nav Extension CRX File
Download Freelance freedom nav extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | eiacokngbbbeebpgbjbcfplkjbjkphmi |
Official URL | https://chrome.google.com/webstore/detail/freelance-freedom-nav/eiacokngbbbeebpgbjbcfplkjbjkphmi |
Description | Navigate comics with arrow keys on https://studioblog.envato.com/freelance-freedom |
File Size | 3.35 KB |
Installation Count | 64 |
Current Version | 1.0.1 |
Last Updated | 2017-04-13 |
Publish Date | 2017-04-13 |
Rating | 2.00/5 Total 1 Ratings |
Developer | roland.kontson |
Payment Type | free |
Supported Languages | 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\/*" ] } |