Atlas

A comprehensive tool for drawing, taking notes, and much more all on your chrome homepage.

Atlas란 무엇입니까?

Atlas은(는) braydenwerner0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A comprehensive tool for drawing, taking notes, and much more all on your chrome homepage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Atlas 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replace your chrome new tab page with your own personal dashboard!

What makes Atlas different?
• Upload your own videos (mp3) or images (png/jpeg) as your background
• All containers are moveable and can be positioned anywhere on your screen
• Auto-saving notes with a complete text editor supporting changing fonts, font sizes, formatting, etc.
• Auto-saving drawing board
• Information saved across multiple devices
• Weather widget
• Customizable greeting message
• To-do list
• Light/Dark theme
• Random high-quality background photos each day if you do not choose your own media

Additional Premium Features ($1/month):
• Video Uploads
• Interactive Stocks Widget
• Customize fonts

☆☆☆ 
Atlas is a new chrome extension and is constantly being updated and improved.
☆☆☆ 

GET IN TOUCH
Email: [email protected]                    

확장 프로그램 기본 정보

이름 Atlas Atlas
ID hdipbljnjaoiknbnmhhdiepmjioafgmp
공식 URL https://chromewebstore.google.com/detail/atlas/hdipbljnjaoiknbnmhhdiepmjioafgmp
설명 A comprehensive tool for drawing, taking notes, and much more all on your chrome homepage.
파일 크기 4.09 MB
설치 횟수 67
현재 버전 0.0.3
최근 업데이트 2021-12-20
출시 날짜 2021-09-13
평점 5.00/5 총 6 개의 평점
개발자 braydenwerner0
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://atlasdash.netlify.app/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Atlas",
    "name": "Atlas",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAthywZt\/V9jvqpFWhatQqcMBY\/mSsxKj6rhxV81quJH+UZ+3y4sbrsZxmL60bBAzrc+TgUAzj0EYIscHb2CRGLtiaek9vYqWZKE\/SMGmblRwq\/kRQfAuRHfN\/G4ufGZNbtMRyjlloB6G4oUkw7\/1JAxk1Uv037cW1OQjVE7RyK248YM9oTIFAkKrfw6VKVbyZbgdn3qEstWhCdqu6WCxuiGP87V+sPjU\/m9yVKl35jTlqZHCNZuhMdeVW7M5jhxopo2AkN8fCeDasdvlRdU6fQ9r6GyR3MHMKWNqRMIHwizOQXMyrlKUm02e+hC1wLxTwb1RM\/L23+bgHyQuPC9ZstwIDAQAB",
    "description": "A comprehensive tool for drawing, taking notes, and much more all on your chrome homepage.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "version": "0.0.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/stripe.com\/ https:\/\/js.stripe.com\/ https:\/\/checkout.stripe.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": ".\/images\/atlas-16.png",
            "48": ".\/images\/atlas-48.png"
        }
    },
    "icons": {
        "16": ".\/images\/atlas-16.png",
        "48": ".\/images\/atlas-48.png",
        "128": ".\/images\/atlas-128.png"
    }
}