Dachshund Wallpaper New Tab
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
Dachshund Wallpaper New Tab란 무엇입니까?
Dachshund Wallpaper New Tab은(는) https://www.thedogdigest.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers."입니다.
확장 프로그램 스크린샷
Dachshund Wallpaper New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.
확장 프로그램 기본 정보
이름 | |
ID | liehbcaaiakbpgllpbmbbmkflnaelnge |
공식 URL | https://chromewebstore.google.com/detail/dachshund-wallpaper-new-t/liehbcaaiakbpgllpbmbbmkflnaelnge |
설명 | Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers. |
파일 크기 | 7.5 MB |
설치 횟수 | 403 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-10-09 |
출시 날짜 | 2019-10-09 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.thedogdigest.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "name": "Dachshund Wallpaper New Tab", "description": "Replace new tab with Dachshund wallpaper page, featuring sticky notes, date, time & Dachshund HD wallpapers.", "author": "Anant Gupta", "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/cdn.onesignal.com https:\/\/onesignal.com\/; object-src 'self' 'unsafe-eval';", "manifest_version": 2, "minimum_chrome_version": "37", "icons": { "128": "src\/assets\/icons\/icon128.png", "16": "src\/assets\/icons\/icon16.png", "48": "src\/assets\/icons\/icon48.png" }, "browser_action": { "default_icon": { "128": "src\/assets\/icons\/icon128.png", "16": "src\/assets\/icons\/icon16.png", "48": "src\/assets\/icons\/icon48.png" } }, "background": { "scripts": [ "src\/OneSignal.js", "src\/background.js" ], "persistent": false }, "permissions": [ "gcm", "storage", "notifications", "identity", "bookmarks", "chrome:\/\/favicon\/", "activeTab", "http:\/\/gupanant.com\/*", "topSites", "management", "tabs", "fontSettings", "sessions" ], "chrome_url_overrides": { "newtab": "src\/main.html" } } |