yet another speed dial

a modern speed dial for chrome, edge, and firefox

yet another speed dial란 무엇입니까?

yet another speed dial은(는) conceptualspace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "a modern speed dial for chrome, edge, and firefox"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

yet another speed dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quick, visual access to your bookmarks from the new tab page.

⭐ Features:

-  Free and open source
-  Automatically generates site thumbnails
-  Supports folders and sorting with with drag and drop
-  Speed dials are based on bookmarks for easy backup and sync
-  It's fast and minimalist

Permissions explanations:

-  Read and modify bookmarks: Speed dials are saved as bookmarks in your browser. This makes it easy to add new dials (just save a bookmark to your speed dial folder), export them (you aren't locked into this extension), and sync them between devices.

-  Access browser tabs and access data for all websites: When you add a new speed dial, an icon and thumbnail is captured from the site. YASD has a very clear privacy policy: absolutely *no information is collected or stored for any reason whatsoever*.

-  Store unlimited amount of client-side data: Images are saved in local storage which is limited to 5MB by default.                    

확장 프로그램 기본 정보

이름 yet another speed dial yet another speed dial
ID imohnlganmafcmidafklgkgfgaagiohn
공식 URL https://chromewebstore.google.com/detail/yet-another-speed-dial/imohnlganmafcmidafklgkgfgaagiohn
설명 a modern speed dial for chrome, edge, and firefox
파일 크기 228 KB
설치 횟수 4,518
현재 버전 2.5.4
최근 업데이트 2023-02-21
출시 날짜 2020-06-02
평점 4.55/5 총 95 개의 평점
개발자 conceptualspace
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/conceptualspace/yet-another-speed-dial
도움말 페이지 URL https://conceptualspace.github.io/yet-another-speed-dial
개인정보 보호 정책 페이지 URL https://conceptualspace.net/privacy.md
지원되는 언어 de,en,fr,es,it,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "2.5.4",
    "author": "[email protected]",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "bookmarks",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        ""
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "js\/lib\/browser-polyfill.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/action-icon16.png",
            "24": "icons\/action-icon24.png",
            "32": "icons\/action-icon32.png"
        },
        "default_title": "Add to Speed Dial"
    },
    "web_accessible_resources": [
        "icons\/icon128.png"
    ]
}