NewPage Georgia
Provides new and refreshing look to the New Tab page with helpful links
NewPage Georgia란 무엇입니까?
NewPage Georgia은(는) https://www.brainz.ge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides new and refreshing look to the New Tab page with helpful links"입니다.
확장 프로그램 스크린샷
NewPage Georgia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provides new and refreshing look to the New Tab of Google Chrome, with useful links.
확장 프로그램 기본 정보
이름 | NewPage Georgia |
ID | anonhhfhmigoeokidhbegbbaajocoajj |
공식 URL | https://chromewebstore.google.com/detail/newpage-georgia/anonhhfhmigoeokidhbegbbaajocoajj |
설명 | Provides new and refreshing look to the New Tab page with helpful links |
파일 크기 | 8.52 MB |
설치 횟수 | 1,257 |
현재 버전 | 1.9 |
최근 업데이트 | 2021-03-10 |
출시 날짜 | 2019-09-23 |
개발자 | https://www.brainz.ge |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewPage Georgia", "short_name": "NPGeo", "version": "1.9", "description": "Provides new and refreshing look to the New Tab page with helpful links", "permissions": [ "http:\/\/www.brainz.ge\/", "https:\/\/www.brainz.ge\/" ], "browser_action": { "default_title": "NewPage Georgia", "default_icon": { "24": "images\/ms-icon-24x24.png", "48": "images\/ms-icon-48x48.png", "96": "images\/m-icon-96x96.png", "128": "images\/ms-icon-128x128.png" } }, "chrome_url_overrides": { "newtab": "main.html" }, "background": { "scripts": [ "\/js\/jquery-2.2.2.min.js", "\/js\/bootstrap.min.js", "\/js\/jquery.simpleWeather.min.js", "\/js\/jquery-ui.min.js", "\/js\/url.min.js", "\/js\/search.js", "\/js\/default.js", "\/js\/background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/brainz.ge\/*", "*:\/\/www.brainz.ge\/*" ] }, "manifest_version": 2 } |