Top Sites

A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.

Top Sites क्या है?

Top Sites devhl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab."।

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

screenshot

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

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

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

                        Replaces the new tab.
It's like the old new tab, only better.

V1.0.1 - Improved locating the favicon
V1.0.0 - Removes many features that seemed unnecessary
              Replaced screenshot of web site with favicon since
              the url used to get the screenshot no longer works
V0.4  -  Integrates with the Extension Viewer extension.
V0.3  -  Changed the name and image.
V0.2  -  Small CSS changes
              Redesigned more from developer page
V0.1  -  First release

Browser image courtesy of https://www.flaticon.com/free-icon/browser_5045810?term=site&page=1&position=3&page=1&position=3&related_id=5045810&origin=search#                    

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

नाम Top Sites Top Sites
ID jmhdkoepjdogkklbdildaallfnipblod
आधिकारिक URL https://chromewebstore.google.com/detail/top-sites/jmhdkoepjdogkklbdildaallfnipblod
विवरण A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.
फ़ाइल का आकार 21.89 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-01-21
प्रकाशन तिथि 2014-06-22
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर devhl
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/devhl-labs/Chrome.BetterNewTab
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top Sites",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "A new tab that shows your top sites. Inspired by a very old version of Chrome's new tab.",
    "permissions": [
        "topSites"
    ],
    "web_accessible_resources": [
        "src\/newtab.js"
    ],
    "chrome_url_overrides": {
        "newtab": "src\/newtab.html"
    },
    "icons": {
        "16": "src\/icons\/browser16.png",
        "32": "src\/icons\/browser32.png",
        "128": "src\/icons\/browser128.png"
    }
}