DashOne

Supercharge your new tab with intelligent widgets and smart bookmarks.

Τι είναι το DashOne;

Το DashOne είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dashone.app, και η κύρια λειτουργία του είναι "Supercharge your new tab with intelligent widgets and smart bookmarks.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DashOne

Λήψη αρχείων επέκτασης DashOne σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Supercharge your new tab page with intelligent widgets and smart bookmarks.

"I love opening 100 tabs over and over to get info" - said no one ever

"This new tab extension saves me 30-45 minutes every day. All the data I need without opening 100 tabs." - DashOne user

Features
★ Stay up to date on what’s happening around you and elsewhere with news widgets 
★ Speed Dial - Create a smart visual bookmark of your most visited sites
★ Search directly in your new tab!
★ Take notes
★ Inspirational Quotes
★ View your social feed without leaving your newtab
★ Beautiful images and funny GIF's
★ Recharge yourself with a quick game break
★ Stay on top your daily tasks with widgets from productivity tools
★ Everything you need, loaded in under a second
★ No initial signup required - install to productivity in 20 seconds

WARNING: In order to be privacy first, DashOne stores sensitive data in your browser and not on our servers. So, DO NOT install DashOne on a public computer.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DashOne DashOne
ID ajgjljngohdamnajdbnadcpcnnoaedga
Επίσημο URL https://chromewebstore.google.com/detail/dashone/ajgjljngohdamnajdbnadcpcnnoaedga
Περιγραφή Supercharge your new tab with intelligent widgets and smart bookmarks.
Μέγεθος Αρχείου 3.55 MB
Αριθμός Εγκαταστάσεων 1,320
Τρέχουσα Έκδοση 0.20.0
Τελευταία Ενημέρωση 2022-05-23
Ημερομηνία Δημοσίευσης 2020-05-11
Αξιολόγηση 4.75/5 Συνολικά 87 Αξιολογήσεις
Προγραμματιστής https://dashone.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://dashone.app
Διεύθυνση URL της Σελίδας Βοήθειας https://dashone.app#faq
URL της Σελίδας Πολιτικής Απορρήτου https://dashone.app/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.20.0",
    "short_name": "DashOne",
    "name": "DashOne",
    "description": "Supercharge your new tab with intelligent widgets and smart bookmarks.",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "geolocation",
        "chrome:\/\/favicon\/"
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.twitter.com\/*",
        "topSites"
    ],
    "content_scripts": [
        {
            "js": [
                "fbInject.js"
            ],
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": [],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU=' 'sha256-RYig4ZtBvtxJ2YkJaTM0Giz2FY+VgRiEn3fW7Nmj+iE=' 'sha256-Z2GClm90+OWDqVzZwHXymc2tj0Gap8f4Rcj6+r9+qNI=' 'sha256-YT+Say6nHvIWVMGFqbt4jek5+82jeTNUJ3pIPJYi0R4=' 'sha256-2p7Fn+dnWkj5QIPnEiG3XgyeV152TbNjqIdAMUST5ek='; object-src 'self'"
}