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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |