Sparkly: New Tab, Tab Manager, Bookmarks

A super charged new tab extension built with productivity in mind

Sparkly: New Tab, Tab Manager, Bookmarks क्या है?

Sparkly: New Tab, Tab Manager, Bookmarks Consious Coder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A super charged new tab extension built with productivity in mind"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ⚡𝗦𝗽𝗮𝗿𝗸𝗹𝘆 𝗿𝗲𝗽𝗹𝗮𝗰𝗲𝘀 𝘆𝗼𝘂𝗿 𝗻𝗲𝘄 𝘁𝗮𝗯 𝗽𝗮𝗴𝗲 𝘄𝗶𝘁𝗵 𝗮 𝘀𝗲𝗮𝗿𝗰𝗵-𝗳𝗿𝗶𝗲𝗻𝗱𝗹𝘆 𝘁𝗮𝗯.
1. Provides stunning hd wallpaper(s) on every new tab.
2. Display frequently used sites as tiles. 
3. Tab Manager [Beta]. Quickly find your desired tab.
3. Optimised Search Bar ⚡ , you can choose between different search engines.
4. Bookmark a site to access it quickly

𝗪𝗵𝗮𝘁'𝘀 𝗻𝗲𝘄?
- Tab Manager [beta]
- Ability to add bookmark. 
- UI enhancements

𝗙𝗿𝗲𝗾𝘂𝗲𝗻𝘁𝗹𝘆 𝗔𝘀𝗸𝗲𝗱 𝗤𝘂𝗲𝘀𝘁𝗶𝗼𝗻𝘀

Q1. what it does?
Ans: It replaces default new page and displays most frequest sites you use. 
         and also displays notification count on each tile, if there any.
and it has a search optmized search bar to choose between different search engines.

Q2.   Is this extension collects any user data?
Ans: No, Not at all, Your data doesn't go out of your device. 

Q3.  Does it slows down the computer?
Ans: No, your browser works as usual.

Q4.   Is it going to display Ads to generate revenue
Ans: We are not showing any ads or monetizing the content inside it.

Q5. Is the features inside it are free or do i need to pay for it?
Ans: It's absolutely free.                    

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

नाम Sparkly: New Tab, Tab Manager, Bookmarks Sparkly: New Tab, Tab Manager, Bookmarks
ID finlildobfdjhkemcieihnkgmgoikgan
आधिकारिक URL https://chromewebstore.google.com/detail/sparkly-new-tab-tab-manag/finlildobfdjhkemcieihnkgmgoikgan
विवरण A super charged new tab extension built with productivity in mind
फ़ाइल का आकार 900 KB
स्थापना संख्या 673
वर्तमान संस्करण 4.2.5.4
अंतिम अपडेट 2023-08-27
प्रकाशन तिथि 2020-02-15
रेटिंग 4.75/5 कुल 16 रेटिंग्स
डेवलपर Consious Coder
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://varaprasadh.dev
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.5.4",
    "version_name": "4.2.5.4",
    "manifest_version": 3,
    "name": "Sparkly: New Tab, Tab Manager, Bookmarks",
    "description": "A super charged new tab extension built with productivity in mind",
    "icons": {
        "128": ".\/images\/icon.png",
        "48": ".\/images\/icon.png",
        "16": ".\/images\/icon.png"
    },
    "action": {
        "default_icon": {
            "128": ".\/images\/icon.png",
            "48": ".\/images\/icon.png",
            "16": ".\/images\/icon.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": ".\/new-tab.html"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src * data:"
    },
    "permissions": [
        "topSites",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}