Supa Speed Dial

Clean and simple bookmarks on New Tab.

Supa Speed Dial란 무엇입니까?

Supa Speed Dial은(는) Supa Code에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clean and simple bookmarks on New Tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Supa Speed Dial 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replace New Tab with bookmarks and folders of your choice.

Features

- Create folders and sub-folders
- Make hidden bookmarks/folders
- Drag and drop to change position of bookmark/folder
- Folder layout: grid or list
- Tile size: small, medium, large
- From 1 to 13 columns (on small tile size)
- Change tile color
- Change background on New Tab page
- Search bookmarks/folders
- Mark bookmark as cannot be searched
- Export and import Supa Speed Dials

FAQ

1. How can I import my browser's bookmarks?
- You can't. Only Supa Speed Dial bookmarks can be imported
2. How can I access bookmark/folder that is hidden and cannot be searched?
- There is a way to access it, but I will leave this up to you to figure it out
3. How can I add bookmark to hidden folder?
- Look at question #2 or make folder visible
4. Do you plan to add thumbnails?
- Maybe someday                    

확장 프로그램 기본 정보

이름 Supa Speed Dial Supa Speed Dial
ID jdkfbjolbkocomndaingibljnhplcepj
공식 URL https://chromewebstore.google.com/detail/supa-speed-dial/jdkfbjolbkocomndaingibljnhplcepj
설명 Clean and simple bookmarks on New Tab.
파일 크기 205 KB
설치 횟수 25
현재 버전 1.0.0
최근 업데이트 2021-08-25
출시 날짜 2021-08-25
평점 2.00/5 총 1 개의 평점
개발자 Supa Code
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supa Speed Dial",
    "version": "1.0.0",
    "description": "Clean and simple bookmarks on New Tab.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Supa Speed Dial",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}