Comedy Corner - Terminal Lance
Comedy Corner presents your daily dose of Terminal Lance.
Wat is Comedy Corner - Terminal Lance?
Comedy Corner - Terminal Lance is een Chrome-extensie ontwikkeld door Evertiro, en de belangrijkste functie is "Comedy Corner presents your daily dose of Terminal Lance.".
Extensie Screenshots
Download het CRX-bestand van de extensie Comedy Corner - Terminal Lance
Download Comedy Corner - Terminal Lance-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hblinomkjenkmpjgbioldojabccbjnei |
Officiële URL | https://chrome.google.com/webstore/detail/comedy-corner-terminal-la/hblinomkjenkmpjgbioldojabccbjnei |
Beschrijving | Comedy Corner presents your daily dose of Terminal Lance. |
Bestandsgrootte | 1.13 MB |
Aantal Installaties | 56 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-07-13 |
Publicatiedatum | 2018-07-13 |
Ontwikkelaar | Evertiro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |