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 là gì?
Inspire Gallery New Tab là một tiện ích mở rộng Chrome được phát triển bởi cormackali, và tính năng chính của nó là "Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Inspire Gallery New Tab
Tải xuống các tệp mở rộng Inspire Gallery New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Inspire Gallery New Tab |
ID | feldechheiacimdajbkleojednhpophc |
URL Chính Thức | https://chromewebstore.google.com/detail/inspire-gallery-new-tab/feldechheiacimdajbkleojednhpophc |
Mô tả | Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net. |
Kích Thước Tệp | 246 KB |
Số Lần Cài Đặt | 500 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-01-02 |
Ngày Phát Hành | 2019-04-07 |
Đánh Giá | 4.77/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | cormackali |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.alicormack.com/PrivacyPolicy.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |