Placid Tab New Tab Page

A minimal New Tab page

Placid Tab New Tab Page क्या है?

Placid Tab New Tab Page https://rileyjshaw.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimal New Tab page"।

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

screenshot
screenshot
screenshot

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

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

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

                        A minimal New Tab page.

** New in V2 **
 - Now with light AND dark themes!
 - Options save automatically

Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.

Configuration:
To assign your links, either
 - Click an unassigned quadrant, or
 - In the Chrome menu click Tools > Extensions > Placid Tab > Options

Licence: MIT

Project page: https://github.com/rileyjshaw/placid-tab                    

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

नाम Placid Tab New Tab Page Placid Tab New Tab Page
ID mjcblgoejhkkkhgeadejhkpldglnfmcj
आधिकारिक URL https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj
विवरण A minimal New Tab page
फ़ाइल का आकार 24.66 KB
स्थापना संख्या 154
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2015-10-27
प्रकाशन तिथि 2015-10-27
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर https://rileyjshaw.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rileyjshaw/placid-tab
सहायता पृष्ठ URL https://github.com/rileyjshaw/placid-tab/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placid Tab New Tab Page",
    "short_name": "Placid Tab",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "A minimal New Tab page",
    "author": "rileyjshaw",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}