Drudge Report Images
Updated list of images from the Drudge Report.
什么是Drudge Report Images?
Drudge Report Images是由Kris Krause开发的Chrome扩展程序,该扩展的主要功能是“Updated list of images from the Drudge Report.”。
扩展截图
下载Drudge Report Images扩展crx文件
下载Drudge Report Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just a simple display of recent images from the Drudge Report. Width can be small, medium, or large - your choice. No ads. Updated daily.
扩展基本信息
名称 | Drudge Report Images |
ID | chllmanhfbdlnhnamaibelblkmncflec |
官方URL | https://chromewebstore.google.com/detail/drudge-report-images/chllmanhfbdlnhnamaibelblkmncflec |
简介 | Updated list of images from the Drudge Report. |
文件大小 | 109 KB |
安装次数 | 94 |
当前版本 | 1.4 |
更新时间 | 2016-10-25 |
上架时间 | 2016-10-25 |
评分 | 4.00/5 共3次评分 |
开发者 | Kris Krause |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drudge Report Images", "description": "Updated list of images from the Drudge Report.", "version": "1.4", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "drudge.html" }, "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "permissions": [ "storage", "activeTab", "http:\/\/*.rackcdn.com\/" ] } |