NewTab++

Minimalistic gateway to the interwebs.

NewTab++ क्या है?

NewTab++ g1eb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalistic gateway to the interwebs."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Change your "New Tab" into a well organized, visual overview of your favorite websites.

Built to be as simple as possible. Very lightweight.

You can add/edit/remove links at fixed positions on the screen.
You can change number and size of links by making them larger or smaller.
When provided, an image will be used to identify the link, otherwise first letter of the title.

Controls:
1. Click to add a new item.
2. Long press to edit an item.
3. Hover over bottom right corner for zoom options.
4. .....
5. Profit!

----------------------------------------------------------------

Improvements made in most recent version (v0.0.4):

- Link images can be referenced by url
- Added access to local files urls
- Bug fixes

----------------------------------------------------------------

All feedback is welcome :)                    

एक्सटेंशन की मूल जानकारी

नाम NewTab++ NewTab++
ID kjmkkbgkkcobcmepmdljdfdfanmmhjjp
आधिकारिक URL https://chromewebstore.google.com/detail/newtab++/kjmkkbgkkcobcmepmdljdfdfanmmhjjp
विवरण Minimalistic gateway to the interwebs.
फ़ाइल का आकार 95.54 KB
स्थापना संख्या 71
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2015-11-03
प्रकाशन तिथि 2015-11-03
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर g1eb
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewTab++",
    "short_name": "nt++",
    "description": "Minimalistic gateway to the interwebs.",
    "version": "0.0.5",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "icons": {
        "256": "images\/icon_256.png",
        "128": "images\/icon_128.png",
        "22": "images\/icon_22.png",
        "16": "images\/icon_16.png"
    },
    "default_icon": "images\/icon.png",
    "web_accessible_resources": [
        "css\/styles.css",
        "js\/query-1.9.0.min.js",
        "js\/script.js",
        "images\/cogs.svg",
        "images\/plus.svg",
        "images\/minus.svg",
        "images\/filler.svg",
        "images\/icon_256.png",
        "images\/icon_128.png",
        "images\/icon_22.png",
        "images\/icon_16.png",
        "images\/icon.png"
    ]
}