David Rumsey Map Collection - MapTab
A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection
David Rumsey Map Collection - MapTab란 무엇입니까?
David Rumsey Map Collection - MapTab은(는) Jack Reed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection"입니다.
확장 프로그램 스크린샷
David Rumsey Map Collection - MapTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get a random map from the David Rumsey Map Collection every time you open a new tab. Explore new this amazing collection of maps by just opening up your browser. 확장 프로그램 기본 정보
| 이름 | |
| ID | fnheacjohhlddiffbmafmpoblbkfgmde |
| 공식 URL | https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde |
| 설명 | A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection |
| 파일 크기 | 1.5 MB |
| 설치 횟수 | 287 |
| 현재 버전 | 0.4.1 |
| 최근 업데이트 | 2017-02-08 |
| 출시 날짜 | 2017-02-08 |
| 평점 | 5.00/5 총 7 개의 평점 |
| 개발자 | Jack Reed |
| 결제 유형 | free |
| 도움말 페이지 URL | https://github.com/mejackreed/DavidRumseyMapTab/issues |
| 개인정보 보호 정책 페이지 URL | https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "David Rumsey Map Collection - MapTab",
"description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection",
"short_name": "DRMC - MapTab",
"version": "0.4.1",
"incognito": "split",
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'",
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"manifest_version": 2
} | |