Daily Dilbert Comics

Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.

Daily Dilbert Comics là gì?

Daily Dilbert Comics là một tiện ích mở rộng Chrome được phát triển bởi Sridhar PG, và tính năng chính của nó là "Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.".

Ả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 Daily Dilbert Comics

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

                        Displays (Scott Adams)Dilbert Comic Strips from dilbert.com. Also provides the following

1. Provides a calendar to view strip from any particular day
2. Navigation buttons to navigate to next/previous day strip
3. Randomizer button will display a random strip
4. Search box to search strips in dilbert.com
5. Button to copy the strip image url.

Update - 1.6.4
*Fixed all loading related issues
*Fixed URL shortener issue


Update - 1.4:
* Fixed FB posting issues
* Added Today's Strip button.


Update - 1.3.3:

CSS Issues fixed.

Update - 1.3.2:

1. Key navigation supported. Just use Left/Right arrows to navigate between strips.
2. F5 for refresh
3. Cmd+C/Ctrl+C copies the link.
4. F3 for search box focus.

Now you can post the strip in Facebook timeline or even tweet about it!!                    

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

Tên Daily Dilbert Comics Daily Dilbert Comics
ID mafppflamlapefplgjmcneiopocjlfmp
URL Chính Thức https://chromewebstore.google.com/detail/daily-dilbert-comics/mafppflamlapefplgjmcneiopocjlfmp
Mô tả Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.
Kích Thước Tệp 480 KB
Số Lần Cài Đặt 1,554
Phiên Bản Hiện Tại 1.6.5
Cập Nhật Lần Cuối 2019-01-23
Ngày Phát Hành 2019-01-23
Đánh Giá 3.55/5 Tổng số 42 Đánh Giá
Nhà Phát Triển Sridhar PG
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daily Dilbert Comics",
    "manifest_version": 2,
    "version": "1.6.5",
    "description": "Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.",
    "browser_action": {
        "default_icon": "icons\/dilbert_popup_icon.png",
        "default_popup": "background\/dilbert_popup.html"
    },
    "icons": {
        "64": "icons\/dilbert_icon_64.png",
        "128": "icons\/dilbert_icon_128.png"
    },
    "permissions": [
        "http:\/\/dilbert.com\/*",
        "https:\/\/dilbert.com\/*",
        "https:\/\/graph.facebook.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "tabs",
        "clipboardWrite"
    ],
    "background": {
        "page": "background\/background.html"
    }
}