Comedy Corner - Terminal Lance

Comedy Corner presents your daily dose of Terminal Lance.

Comedy Corner - Terminal Lance란 무엇입니까?

Comedy Corner - Terminal Lance은(는) Evertiro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Comedy Corner presents your daily dose of Terminal Lance."입니다.

확장 프로그램 스크린샷

screenshot

Comedy Corner - Terminal Lance 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Comedy Corner - Terminal Lance Comedy Corner - Terminal Lance
ID hblinomkjenkmpjgbioldojabccbjnei
공식 URL https://chrome.google.com/webstore/detail/comedy-corner-terminal-la/hblinomkjenkmpjgbioldojabccbjnei
설명 Comedy Corner presents your daily dose of Terminal Lance.
파일 크기 1.13 MB
설치 횟수 56
현재 버전 1.0.1
최근 업데이트 2018-07-13
출시 날짜 2018-07-13
개발자 Evertiro
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}