Comics

Collection of comics from gocomics.com

What is Comics?

Comics is a Chrome extension developed by https://notepad.softwarevalley.net, and its main feature is "Collection of comics from gocomics.com".

Extension Screenshots

screenshot

Download Comics Extension CRX File

Download Comics 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

                        Extended version of the Big Nate extension (http://goo.gl/4qsNQ) with the option to add comics from gocomics.com.

**** FEATURES ****
• Navigate through comics with left/right arrows, home key to go to newest comic and up/down to change comics.
• Saving last viewed link for each comic when using previous/next buttons (or arrows)
• Going back to last viewed comic by clicking on each comic in comics list
• Navigating through comics with up/down keys, newest comic will load while keeping last viewed comic saved                    

Extension Basic Information

Name Comics Comics
ID kjmagnjmfaglgahipjocmdfmehllocgp
Official URL https://chromewebstore.google.com/detail/comics/kjmagnjmfaglgahipjocmdfmehllocgp
Description Collection of comics from gocomics.com
File Size 74.25 KB
Installation Count 140
Current Version 2.2.9
Last Updated 2023-08-04
Publish Date 2018-07-05
Rating 4.18/5 Total 11 Ratings
Developer https://notepad.softwarevalley.net
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comics",
    "version": "2.2.9",
    "manifest_version": 2,
    "description": "Collection of comics from gocomics.com",
    "options_page": "options.html",
    "icons": {
        "19": "images\/icon-19.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/comics\/kjmagnjmfaglgahipjocmdfmehllocgp",
    "minimum_chrome_version": "22.0.0.0",
    "browser_action": {
        "default_icon": "images\/icon-19.png",
        "default_title": "Comics",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*.gocomics.com\/*"
    ]
}