Incredible StartPage - Productive Start Page

A new, customizable start page for Chrome. Easily find your favorite bookmarks and closed tabs. Take notes as you browse.

什麼是Incredible StartPage - Productive Start Page?

Incredible StartPage - Productive Start Page是由https://www.visibotech.com開發的Chrome擴展程式,該擴展的主要功能是“A new, customizable start page for Chrome. Easily find your favorite bookmarks and closed tabs. Take notes as you browse.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Incredible StartPage - Productive Start Page擴展crx文件

下載Incredible StartPage - Productive Start Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Incredible StartPage is a productive start page replacement. Put all your favorite bookmarks in a beautiful frame, and enjoy our handy features! We have been a featured extension since 2010!

1.7.3 
- Fix custom color 
- Minimize "Search Filter" for smaller screen

New in 1.7!!
- Quickly locate your apps and bookmarks with filter on title
- Flexible layout, enlarge/shrink notepad easily 

Features
- View "Bookmarks", "Apps" and "Most Visited Sites" all in one tab
- Multiple notepads and post to Gmail/Google Calendar
- Customizable color theme and background image
- Notepad sync across computers by Bookmark Sync
- Recently closed tab recovery
- Rearrange App Order
- Send tab/link to Startpage

See a full tutorial on our blog http://goo.gl/DM6C

Permissions
- Incredible StartPage does not access your Flickr accounts. The permission is for search suitable images as background

Known issues and limitations
- Some bookmarklets may not work inside the StartPage
- If you use ad-blockers, you may need to disable them in the StartPage (add "newtab" and "ncdfeghkpohnalmpblddmnppfooljekh" to the whitelist)

Disclaimer
- Due to browser limitations, extensions cannot restore history from closed tabs and  "Other Devices" information. If you need the history from a recently closed tab, press Ctrl+Shift+T to reopen them one by one.

License: http://www.visibotech.com/license/incrediblestartpage.html
Translation & Credits: http://goo.gl/qG89Z

Developed by Visibo Limited                    

擴展基本資訊

名稱 Incredible StartPage - Productive Start Page Incredible StartPage - Productive Start Page
ID ncdfeghkpohnalmpblddmnppfooljekh
官方網址 https://chromewebstore.google.com/detail/incredible-startpage-prod/ncdfeghkpohnalmpblddmnppfooljekh
簡介 A new, customizable start page for Chrome. Easily find your favorite bookmarks and closed tabs. Take notes as you browse.
檔案大小 359 KB
安裝次數 73,111
目前版本 1.7.3
更新時間 2015-03-20
上架時間 2015-03-20
評分 4.26/5 共 2298 次評分
開發者 https://www.visibotech.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://blog.visibotech.com/p/incredible-startpage.html
說明頁面URL http://blog.visibotech.com/search/label/IncredibleStartpage
支援的語言 en,vi,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.7.3",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "core\/newpage-pop.html"
    },
    "icons": {
        "16": "img\/IBChrome16.png",
        "32": "img\/IBChrome32.png",
        "48": "img\/IBChrome48.png",
        "128": "img\/IBChrome128.png"
    },
    "permissions": [
        "http:\/\/*.flickr.com\/",
        "tabs",
        "bookmarks",
        "management",
        "contextMenus",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "options_page": "core\/options.html",
    "default_locale": "en"
}