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 |
Eメール | [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\/" ] } |