Beautiful & Customizable New Tab Page Openoox

The first new tab page that is both beautiful and incredibly useful! Customize almost everything, in one click.

Beautiful & Customizable New Tab Page Openoox란 무엇입니까?

Beautiful & Customizable New Tab Page Openoox은(는) https://openoox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The first new tab page that is both beautiful and incredibly useful! Customize almost everything, in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Beautiful & Customizable New Tab Page Openoox 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace your current new tab page by a new one completely customized!
Choose your background among more than 150 awesome pictures. Add your bookmarks and save new ones. choose your search engine. Choose your page’s appearance…

Openoox is the #1 extension for creating your own new tab page and is 100% free ! 
You can find your Openoox page and bookmarks on any platform (computer, tablet, android and IOS) and on any browser (Google Chrome, Firefox, Safari and Internet Explorer). 

Finally, with Openoox you can discover what has been picked out by experts and enthusiasts and content recommendations that match your interests. 

> CUSTOMIZE ALMOST EVERYTHING

> EASILY ORGANIZE AND FIND YOUR FAVOURITE CONTENT
     - Easily save all your websites in folders and subfolders within your personalized Openoox space
     - Add notes (description, password, tags) to your bookmarks
     - Share your choices publicly or keep them private
     - Instantly import your favorites from Chrome and Firefox

> DISCOVER CONTENT THAT HAS BEEN PICKED OUT FOR YOU
Thanks to Openoox’s search engine and intelligent recommendation engine, you can discover web content which is currently interesting to you. 


For more information visit https://openoox.com 
Any questions? Write to us at [email protected]                    

확장 프로그램 기본 정보

이름 Beautiful & Customizable New Tab Page Openoox Beautiful & Customizable New Tab Page Openoox
ID aefmgkhgcmdljpfijlohmbhkhflmbmfi
공식 URL https://chromewebstore.google.com/detail/beautiful-customizable-ne/aefmgkhgcmdljpfijlohmbhkhflmbmfi
설명 The first new tab page that is both beautiful and incredibly useful! Customize almost everything, in one click.
파일 크기 40.7 KB
설치 횟수 1,791
현재 버전 0.2.6
최근 업데이트 2016-09-22
출시 날짜 2016-09-22
평점 3.66/5 총 35 개의 평점
개발자 https://openoox.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://openoox.com/
개인정보 보호 정책 페이지 URL https://openoox.com/privacy
지원되는 언어 de,en,en-GB,en-US,fr,nl,es,es-419,it,pt-BR,pt-PT,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.2.6",
    "chrome_settings_overrides": {
        "homepage": "https:\/\/openoox.com"
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "bookmarks",
        "declarativeContent",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "page_action": {
        "default_icon": "img\/icon-48.png",
        "default_title": "__MSG_appName__"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/openoox.com\/*"
        ]
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "64": "img\/icon-64.png",
        "128": "img\/icon-128.png"
    }
}