Comedy Corner - Terminal Lance

Comedy Corner presents your daily dose of Terminal Lance.

Co to jest Comedy Corner - Terminal Lance?

Comedy Corner - Terminal Lance to rozszerzenie Chrome opracowane przez Evertiro, a jego główną funkcją jest „Comedy Corner presents your daily dose of Terminal Lance.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Comedy Corner - Terminal Lance

Pobierz pliki rozszerzeń Comedy Corner - Terminal Lance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Comedy Corner - Terminal Lance Comedy Corner - Terminal Lance
ID hblinomkjenkmpjgbioldojabccbjnei
Oficjalny URL https://chrome.google.com/webstore/detail/comedy-corner-terminal-la/hblinomkjenkmpjgbioldojabccbjnei
Opis Comedy Corner presents your daily dose of Terminal Lance.
Rozmiar pliku 1.13 MB
Liczba instalacji 56
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2018-07-13
Data Publikacji 2018-07-13
Deweloper Evertiro
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}