Inspire Gallery New Tab

Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.

Inspire Gallery New Tabคืออะไร?

Inspire Gallery New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cormackali และคุณลักษณะหลักของมันคือ "Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inspire Gallery New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Inspire Gallery New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Inspire New Tab pulls in a fully customisable range of art from ArtStation, Behance and Itch.io to brighten your day and provide inspiration for your next great project.  

New in V1.3
# Right Click and Hide individual images
# Numerous bug fixes for grid scaling and fetching
# Itch.io Support Added
# Support for new ArtStation APIs
# Improved Grid Layout
# More Artstation Mediums
# Numerous Bug Fixes                    

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

ชื่อ Inspire Gallery New Tab Inspire Gallery New Tab
ID feldechheiacimdajbkleojednhpophc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inspire-gallery-new-tab/feldechheiacimdajbkleojednhpophc
คำอธิบาย Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.
ขนาดไฟล์ 246 KB
จำนวนการติดตั้ง 500
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2021-01-02
วันที่เผยแพร่ 2019-04-07
คะแนน 4.77/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา cormackali
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.alicormack.com/PrivacyPolicy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inspire Gallery New Tab",
    "short_name": "Inspire Gallery",
    "description": "Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.",
    "version": "1.3",
    "icons": {
        "16": "img\/icon\/icon16.png",
        "32": "img\/icon\/icon32.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png",
        "256": "img\/icon\/icon256.png",
        "512": "img\/icon\/icon512.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.behance.net\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.artstation.com\/ https:\/\/www.behance.net\/ https:\/\/ssl.google-analytics.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.behance.net\/*",
                "https:\/\/ssl.google-analytics.com\/*",
                "https:\/\/www.artstation.com\/*",
                "https:\/\/www.itch.io\/*"
            ],
            "js": [
                "js\/be.js",
                "js\/settings.js",
                "js\/inspiration.js",
                "js\/jquery-3.2.1.js"
            ]
        }
    ]
}