Comedy Corner - Terminal Lance

Comedy Corner presents your daily dose of Terminal Lance.

What is Comedy Corner - Terminal Lance?

Comedy Corner - Terminal Lance is a Chrome extension developed by Evertiro, and its main feature is "Comedy Corner presents your daily dose of Terminal Lance.".

Extension Screenshots

screenshot

Download Comedy Corner - Terminal Lance Extension CRX File

Download Comedy Corner - Terminal Lance 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

                        What is Terminal Lance?
-----
Terminal Lance is a comic created by Lance Corporal Maximilian Uriarte, USMC. The idea behind Terminal Lance is to poke fun at the Marine Corps with an emphasis on the grunt Lance Corporal’s point of view.

What is this extension?
-----
This extension adds Terminal Lance to your toolbar!

1. Allows navigation between previous and next comic strips.
2. Allows display of a random comic strip.
3. Comics link to their respective pages on terminallance.com.
4. Remembers the last comic you viewed!

Updates
-----
* Added: Integrated search results into extension                    

Extension Basic Information

Name Comedy Corner - Terminal Lance Comedy Corner - Terminal Lance
ID hblinomkjenkmpjgbioldojabccbjnei
Official URL https://chrome.google.com/webstore/detail/comedy-corner-terminal-la/hblinomkjenkmpjgbioldojabccbjnei
Description Comedy Corner presents your daily dose of Terminal Lance.
File Size 1.13 MB
Installation Count 56
Current Version 1.0.1
Last Updated 2018-07-13
Publish Date 2018-07-13
Developer Evertiro
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Comedy Corner - Terminal Lance",
    "short_name": "Terminal Lance",
    "description": "Comedy Corner presents your daily dose of Terminal Lance.",
    "author": "evertiro",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "permissions": [
        "http:\/\/terminallance.com\/*",
        "https:\/\/terminallance.com\/*",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}