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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A super charged new tab extension built with productivity in mind"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Sparkly: New Tab, Tab Manager, Bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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:\/\/*\/*"
    ]
}