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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}