Drudge Report Images

Updated list of images from the Drudge Report.

Drudge Report Imagesคืออะไร?

Drudge Report Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kris Krause และคุณลักษณะหลักของมันคือ "Updated list of images from the Drudge Report."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drudge Report Images

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/"
    ]
}