Dilbert Comic Strips

Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.

Dilbert Comic Strips là gì?

Dilbert Comic Strips là một tiện ích mở rộng Chrome được phát triển bởi juliao.gf, và tính năng chính của nó là "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Dilbert Comic Strips 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

                        By default you will see the comic strip of the current day, use the navigation options to select another one. By clicking in the comic image you will be redirected to the official Dilbert's website, where you can comment and share the comic in social networks.

v2.0 - Now the today's comic will be downloaded in background, cached and the user will be notified thru the toolbar extension's icon.

Disclaimer: The author of this extension is not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Dilbert's website, or any of its subsidiaries or its affiliates. The Dilbert's website can be found at https://www.dilbert.com . The related names, marks and images are registered trademarks of their respective owners.                    

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

Tên Dilbert Comic Strips Dilbert Comic Strips
ID gpjlhjgiccobkcodaeimjbcjckpcnbjp
URL Chính Thức https://chrome.google.com/webstore/detail/dilbert-comic-strips/gpjlhjgiccobkcodaeimjbcjckpcnbjp
Mô tả Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.
Kích Thước Tệp 20.47 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-05-15
Ngày Phát Hành 2020-05-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển juliao.gf
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/juliao/DilbertComicStrips
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dilbert Comic Strips",
    "short_name": "DilbertComicStrips",
    "version": "2.0",
    "description": "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.",
    "icons": {
        "48": "icons\/dilbert-48.png",
        "128": "icons\/dilbert-128.png"
    },
    "permissions": [
        "alarms",
        "https:\/\/dilbert.com\/*",
        "https:\/\/assets.amuniversal.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/dilbert.png",
        "default_popup": "popup\/dilbert.html",
        "browser_style": true
    }
}