Dilbert Comic Strips
Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic.
Dilbert Comic Strips란 무엇입니까?
Dilbert Comic Strips은(는) juliao.gf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic."입니다.
확장 프로그램 스크린샷
Dilbert Comic Strips 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | gpjlhjgiccobkcodaeimjbcjckpcnbjp |
공식 URL | https://chrome.google.com/webstore/detail/dilbert-comic-strips/gpjlhjgiccobkcodaeimjbcjckpcnbjp |
설명 | Shows the daily comic strips from Dilbert.com , allowing you to navigate thru any previous comic. |
파일 크기 | 20.47 KB |
설치 횟수 | 206 |
현재 버전 | 2.0 |
최근 업데이트 | 2020-05-15 |
출시 날짜 | 2020-05-15 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | juliao.gf |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/juliao/DilbertComicStrips |
지원되는 언어 | 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 } } |