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文件

下载yet another speed dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}