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是由cormackali开发的Chrome扩展程序,该扩展的主要功能是“Get inspired with every new tab. Displays a cutomisable gallery of the best current work from around the net.”。
扩展截图
下载Inspire Gallery New Tab扩展crx文件
下载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 |
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" ] } ] } |