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文件
下载Dilbert Comic Strips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } } |