yet another speed dial

a modern speed dial for chrome, edge, and firefox

yet another speed dial क्या है?

yet another speed dial conceptualspace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a modern speed dial for chrome, edge, and firefox"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में yet another speed dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}