HuntSplash: Beautiful Photos & Top Products

See beautiful photos along with top trending products on every new tab you open in Google Chrome.

HuntSplash: Beautiful Photos & Top Productsคืออะไร?

HuntSplash: Beautiful Photos & Top Products เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jenil Gogari และคุณลักษณะหลักของมันคือ "See beautiful photos along with top trending products on every new tab you open in Google Chrome."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HuntSplash: Beautiful Photos & Top Products

ดาวน์โหลดไฟล์ส่วนขยาย HuntSplash: Beautiful Photos & Top Products ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Every time you open a new tab, you get to see a beautiful photo from Unsplash along with top trending products from Product Hunt.

Product Hunt + Unsplash = HuntSplash

Product Hunt is a curation of the best new products, every day. Discover the latest mobile apps, websites, and technology products that everyone's talking about.

Unsplash is a website for free high-resolution photos. 

If you have any questions about HuntSplash, Contact me on twitter: @geekGogari

Report issues: https://github.com/jenil/huntsplash/issues                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HuntSplash: Beautiful Photos & Top Products HuntSplash: Beautiful Photos & Top Products
ID fejjkeajblelillckhllmplcpdegdphb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb
คำอธิบาย See beautiful photos along with top trending products on every new tab you open in Google Chrome.
ขนาดไฟล์ 280 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2019-01-31
วันที่เผยแพร่ 2019-01-31
คะแนน 5.00/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Jenil Gogari
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jgog.in
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HuntSplash: Beautiful Photos & Top Products",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "See beautiful photos along with top trending products on every new tab you open in Google Chrome.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/api.producthunt.com\/*",
        "*:\/\/api.unsplash.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "main.js",
        "client.*.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}