Sparkly: New Tab, Tab Manager, Bookmarks

A super charged new tab extension built with productivity in mind

O que é Sparkly: New Tab, Tab Manager, Bookmarks?

Sparkly: New Tab, Tab Manager, Bookmarks é uma extensão do Chrome desenvolvida por Consious Coder, e sua principal característica é "A super charged new tab extension built with productivity in mind".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Sparkly: New Tab, Tab Manager, Bookmarks

Baixe arquivos de extensão Sparkly: New Tab, Tab Manager, Bookmarks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição A super charged new tab extension built with productivity in mind
Tamanho do Arquivo 900 KB
Contagem de Instalações 673
Versão Atual 4.2.5.4
Última Atualização 2023-08-27
Data de Publicação 2020-02-15
Classificação 4.75/5 Total de 16 Avaliações
Desenvolvedor Consious Coder
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://varaprasadh.dev
Idiomas Suportados 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:\/\/*\/*"
    ]
}