Daily Dilbert Comics

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

Daily Dilbert Comics란 무엇입니까?

Daily Dilbert Comics은(는) Sridhar PG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Daily Dilbert Comics 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!!                    

확장 프로그램 기본 정보

이름 Daily Dilbert Comics Daily Dilbert Comics
ID mafppflamlapefplgjmcneiopocjlfmp
공식 URL https://chromewebstore.google.com/detail/daily-dilbert-comics/mafppflamlapefplgjmcneiopocjlfmp
설명 Displays Daily Dilbert comic strips, along with options to choose from a calendar, randomize and search.
파일 크기 480 KB
설치 횟수 1,554
현재 버전 1.6.5
최근 업데이트 2019-01-23
출시 날짜 2019-01-23
평점 3.55/5 총 42 개의 평점
개발자 Sridhar PG
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}