Apex Legends Pathfinder Animated New Tab

Did you ever think that to make small changes in your life? May be this one is one of them. Apex Legends Pathfinder Animated…

Apex Legends Pathfinder Animated New Tab란 무엇입니까?

Apex Legends Pathfinder Animated New Tab은(는) https://wallpaperation.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Did you ever think that to make small changes in your life? May be this one is one of them. Apex Legends Pathfinder Animated…"입니다.

확장 프로그램 스크린샷

screenshot

Apex Legends Pathfinder Animated New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Did you ever think that to make small changes in your life? May be this one is one of them. Apex Legends Pathfinder Animated Wallpaper extension is changing your new tab screen with accustomed one. We are on the starting point on developing extensions but we have experience on our older projects. 

Now, it is time to provide you Apex Legends Pathfinder Animated New Tab extension for your browser. 

What will the extension do for you?

- Changes your new tab with "Animated Apex Legends Pathfinder" background.
- Provides a search bar on the left top pane of the tab.
- Notes section to add your notes. 
- Tasks section in order to add tasks and track them.
- Calendar feature, it currently does not work right now but if we find why it doesn't work and can fix the issue we will update the extension.
- Date and Clock features, yeah we know that is common but we included that feature in our Apex Legends Pathfinder extension.

In the time, we want to develop our extension into next levels but we need time for it. If you have some features request on your mind, you can contact us with support section.

Note: All the materials are owned by their respective owner. We only put some effort to our extensions to for their fans. 

Uninstall: To uninstall the extension please, follow the steps below.
- Right click the icon of Apex Legends Pathfinder extension (top right place of your browser)
- Select "Remove from Chrome..."   
- It will ask you a question. Select "Remove"

The extension will be removed from your browser. 

We would love to provide you a better user experience as we already mentioned we are new and trying to do our best with our team. Your suggestions are touchstone for us to develop it further.                    

확장 프로그램 기본 정보

이름 Apex Legends Pathfinder Animated New Tab Apex Legends Pathfinder Animated New Tab
ID ekcgmjlpglfcfpmbkknpdloneeoanhoc
공식 URL https://chromewebstore.google.com/detail/apex-legends-pathfinder-a/ekcgmjlpglfcfpmbkknpdloneeoanhoc
설명 Did you ever think that to make small changes in your life? May be this one is one of them. Apex Legends Pathfinder Animated…
파일 크기 14.8 MB
설치 횟수 196
현재 버전 0.0.1
최근 업데이트 2021-07-20
출시 날짜 2021-06-06
평점 3.00/5 총 1 개의 평점
개발자 https://wallpaperation.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.wallpaperation.com
도움말 페이지 URL https://www.wallpaperation.com/support/
개인정보 보호 정책 페이지 URL https://www.wallpaperation.com/privacy-policy-2
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apex Legends Pathfinder Animated New Tab",
    "background": {
        "scripts": [
            "js\/arkaPlan.js"
        ],
        "persistent": false
    },
    "version": "0.0.1",
    "description": "",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "oauth2": {
        "client_id_firefox": "825939795126-t9v6behgpkvj2vfffgg960gvneqi5umn.apps.googleusercontent.com",
        "client_id": "825939795126-mcce3h3b83llk6lid0fjds0b6age97k6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/calendar.google.com; object-src 'self'",
    "permissions": [
        "identity",
        "http:\/\/calendar.google.com\/calendar\/*",
        "https:\/\/calendar.google.com\/calendar\/*",
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/accounts.google.com\/*"
    ]
}