Sparkly: New Tab, Tab Manager, Bookmarks

A super charged new tab extension built with productivity in mind

What is Sparkly: New Tab, Tab Manager, Bookmarks?

Sparkly: New Tab, Tab Manager, Bookmarks is a Chrome extension developed by Consious Coder, and its main feature is "A super charged new tab extension built with productivity in mind".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Sparkly: New Tab, Tab Manager, Bookmarks Extension CRX File

Download Sparkly: New Tab, Tab Manager, Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ⚡𝗦𝗽𝗮𝗿𝗸𝗹𝘆 𝗿𝗲𝗽𝗹𝗮𝗰𝗲𝘀 𝘆𝗼𝘂𝗿 𝗻𝗲𝘄 𝘁𝗮𝗯 𝗽𝗮𝗴𝗲 𝘄𝗶𝘁𝗵 𝗮 𝘀𝗲𝗮𝗿𝗰𝗵-𝗳𝗿𝗶𝗲𝗻𝗱𝗹𝘆 𝘁𝗮𝗯.
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.                    

Extension Basic Information

Name Sparkly: New Tab, Tab Manager, Bookmarks Sparkly: New Tab, Tab Manager, Bookmarks
ID finlildobfdjhkemcieihnkgmgoikgan
Official URL https://chromewebstore.google.com/detail/sparkly-new-tab-tab-manag/finlildobfdjhkemcieihnkgmgoikgan
Description A super charged new tab extension built with productivity in mind
File Size 900 KB
Installation Count 673
Current Version 4.2.5.4
Last Updated 2023-08-27
Publish Date 2020-02-15
Rating 4.75/5 Total 16 Ratings
Developer Consious Coder
Email [email protected]
Payment Type free
Help Page URL https://varaprasadh.dev
Supported Languages 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:\/\/*\/*"
    ]
}