Random Netrunner Card
See a random Netrunner card on new tabs!
What is Random Netrunner Card?
Random Netrunner Card is a Chrome extension developed by Dev And Carrots, and its main feature is "See a random Netrunner card on new tabs!".
Extension Screenshots
Download Random Netrunner Card Extension CRX File
Download Random Netrunner Card 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
Inspired by a wonderful little extension by Taulant Sulko for Magic: The Gathering, this app displays a random card from the Android: Netrunner card game on new tabs. Credits: Code is by Nick Evans. Images and card info are pulled with the NetrunnerDB public API.
Extension Basic Information
Name | Random Netrunner Card |
ID | ebclfmmncipkjpnpmbefgcdlnobecgeh |
Official URL | https://chromewebstore.google.com/detail/random-netrunner-card/ebclfmmncipkjpnpmbefgcdlnobecgeh |
Description | See a random Netrunner card on new tabs! |
File Size | 32.89 KB |
Installation Count | 40 |
Current Version | 0.2.1 |
Last Updated | 2020-04-15 |
Publish Date | 2020-04-15 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Dev And Carrots |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Netrunner Card", "version": "0.2.1", "author": "Nick Evans", "description": "See a random Netrunner card on new tabs!", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": "icons\/icon-48.png" } } |