Sparkly: New Tab, Tab Manager, Bookmarks

A super charged new tab extension built with productivity in mind

¿Qué es Sparkly: New Tab, Tab Manager, Bookmarks?

Sparkly: New Tab, Tab Manager, Bookmarks es una extensión de Chrome desarrollada por Consious Coder, y su función principal es "A super charged new tab extension built with productivity in mind".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sparkly: New Tab, Tab Manager, Bookmarks

Descarga archivos de extensión Sparkly: New Tab, Tab Manager, Bookmarks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Sparkly: New Tab, Tab Manager, Bookmarks Sparkly: New Tab, Tab Manager, Bookmarks
ID finlildobfdjhkemcieihnkgmgoikgan
URL Oficial https://chromewebstore.google.com/detail/sparkly-new-tab-tab-manag/finlildobfdjhkemcieihnkgmgoikgan
Descripción A super charged new tab extension built with productivity in mind
Tamaño del Archivo 900 KB
Cantidad de Instalaciones 673
Versión Actual 4.2.5.4
Última Actualización 2023-08-27
Fecha de Publicación 2020-02-15
Calificación 4.75/5 Total de 16 Calificaciones
Desarrollador Consious Coder
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://varaprasadh.dev
Idiomas Soportados 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:\/\/*\/*"
    ]
}