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文件

下載Beautiful & Customizable New Tab Page Openoox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}