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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Incredible StartPage - Productive Start Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}