Paper Mario: The Origami King Wallpapers
Best Wallpapers and Personalized Tab Themes from Paper Mario: The Origami King for Your Browser.
Paper Mario: The Origami King Wallpapers란 무엇입니까?
Paper Mario: The Origami King Wallpapers은(는) Supertab Themes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best Wallpapers and Personalized Tab Themes from Paper Mario: The Origami King for Your Browser."입니다.
확장 프로그램 스크린샷
Paper Mario: The Origami King Wallpapers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Paper Mario: The Origami King Wallpapers - Created by Supertabthemes This extension is created for all Paper Mario fans. By downloading it, you'll receive amazing wallpapers related to the Paper Mario: The Origami King game, as well as some extra features. Our extension allows you to: - Replace the new tab theme with wallpapers from Paper Mario: The Origami King which come in amazing quality. You can even choose your favorite background and it will show up each time you open a new tab page. - Check the time on the clock placed in the center of the new tab page. Of course, this clock can be hidden at any time. The extension also allows you to pick in between 12h or 24h format of the clock and you can even choose whether you want the seconds to be shown or not. - Below the clock, there is a random quote that will be displayed. - In the lower right corner, there is an option called "Tasks" which can be used for writing down some important notes. This option can be disabled or expanded. - In the upper left corner, you'll see an icon for links. By clicking on it, you'll open the list of shortcuts for the most popular sites that you can visit. - Use custom search bar which appears above the clock in every new tab page you open. - Personalize your new tab pages by entering your name below the clock. Next to the icon for links, you'll spot the "GEAR" icon which looks like a small wheel. By clicking on this icon, you'll open "Options" panel which allows you to customize all of the features listed above. In the general section, you can choose which features you want to keep on and turn off those you don't need. Below is the "photos" section which you can use to choose which exact Paper Mario: The Origami King wallpaper you want to be shown. Options panel also lets you to enable or disable the Todo list as well as an option for expanding this feature. Below that are clock options where you can disable clock and seconds or choose clock format you want. If you click on Links, you can turn them on or off and expand them as well. Your search can be enabled or disabled as well, and you can even which search engine would you like to use. Also, at the bottom of the Options panel, you'll find the option for enabling or disabling quotes. As you can see, all of the features that our extension offers can be turned off easily! Disclaimer: This extension is created by Paper Mario fans. It is totally free for anyone who wants to download it. The content within this extension is not in any way sponsored, associated, nor approved by any company. If we infringement your copyrights in any way, please contact us and we will remove the content in question. All of the content is found around the web. This extension is free, but some parts of it can contain ads. If you want to check out more themes like this, visit supertabthemes.com
확장 프로그램 기본 정보
이름 | |
ID | obgillopokgcflgpbjejkonkbmlgkjdf |
공식 URL | https://chrome.google.com/webstore/detail/paper-mario-the-origami-k/obgillopokgcflgpbjejkonkbmlgkjdf |
설명 | Best Wallpapers and Personalized Tab Themes from Paper Mario: The Origami King for Your Browser. |
파일 크기 | 5.87 MB |
설치 횟수 | 41 |
현재 버전 | 2.6 |
최근 업데이트 | 2020-07-11 |
출시 날짜 | 2020-07-11 |
개발자 | Supertab Themes |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://supertabthemes.com/the-origami-king-wallpapers/ |
도움말 페이지 URL | http://supertabthemes.com/contact-us/ |
개인정보 보호 정책 페이지 URL | https://supertabthemes.com/policy |
지원되는 언어 | en |
manifest.json | |
{ "name": "Paper Mario: The Origami King Wallpapers", "manifest_version": 2, "short_name": "PaperMario", "description": "Best Wallpapers and Personalized Tab Themes from Paper Mario: The Origami King for Your Browser.", "version": "2.6", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "detail\/index.html" }, "browser_action": { "default_title": "Paper Mario: The Origami King Wallpapers", "default_icon": { "16": "detail\/icon16.png", "48": "detail\/icon48.png", "128": "detail\/icon128.png" } }, "offline_enabled": true, "incognito": "split", "permissions": [ "unlimitedStorage", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon128.png" } } |