Comedy Corner - Terminal Lance
Comedy Corner presents your daily dose of Terminal Lance.
Comedy Corner - Terminal Lanceคืออะไร?
Comedy Corner - Terminal Lance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evertiro และคุณลักษณะหลักของมันคือ "Comedy Corner presents your daily dose of Terminal Lance."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comedy Corner - Terminal Lance
ดาวน์โหลดไฟล์ส่วนขยาย Comedy Corner - Terminal Lance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |