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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |