Potato GLaDOS

It's been a long time...

Potato GLaDOS là gì?

Potato GLaDOS là một tiện ích mở rộng Chrome được phát triển bởi fisadev, và tính năng chính của nó là "It's been a long time...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Potato GLaDOS

Tải xuống các tệp mở rộng Potato GLaDOS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is a potato glados icon, which you can click to get quotes from the game. All credit on the quotes to Valve.

It's been a long time...

[ if you don't understand what it is, you should play Portal and Portal 2 games :) ]

It's open source, the code is at https://github.com/fisadev/potato-glados-chrome-extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Potato GLaDOS Potato GLaDOS
ID mpdhmcglipldhealmcpdhahbijiloeab
URL Chính Thức https://chromewebstore.google.com/detail/potato-glados/mpdhmcglipldhealmcpdhahbijiloeab
Mô tả It's been a long time...
Kích Thước Tệp 34.99 KB
Số Lần Cài Đặt 861
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2023-12-19
Ngày Phát Hành 2016-04-24
Đánh Giá 4.56/5 Tổng số 70 Đánh Giá
Nhà Phát Triển fisadev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fisadev/potato-glados-chrome-extension
URL Trang Trợ Giúp https://github.com/fisadev/potato-glados-chrome-extension/issues
URL Trang Chính Sách Bảo Mật https://raw.githubusercontent.com/fisadev/potato-glados-chrome-extension/master/PRIVACY.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Potato GLaDOS",
    "description": "It's been a long time...",
    "version": "0.7",
    "author": "[email protected]",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "click me",
        "default_popup": "popup.html"
    },
    "permissions": []
}