Axle: New Tab Dashboard & Bookmark Manager

Transform your new tab page into a beautiful customizable dashboard and easy-to-use bookmark manager.

Τι είναι το Axle: New Tab Dashboard & Bookmark Manager;

Το Axle: New Tab Dashboard & Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eric Chen, και η κύρια λειτουργία του είναι "Transform your new tab page into a beautiful customizable dashboard and easy-to-use bookmark manager.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Axle: New Tab Dashboard & Bookmark Manager

Λήψη αρχείων επέκτασης Axle: New Tab Dashboard & Bookmark Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Say hello to your new beautiful new tab page! Axle is a bookmark manager that also transforms your new tab page into your personal landing and takeoff spot for Google Chrome. It has been carefully designed to be simple, clean, and easy to use. Give it a spin!

Features:
• Create, edit, and re-order bookmarks on your New Tab page.
• Organize your bookmarks into folders.
• Take notes.
• Customize your background image.
• Quickly add a bookmark from any web page.

Questions / suggestions / comments / anything else?
• I'd love to hear from you! Feel free to leave a comment under "Reviews" or "Support", or email me directly at [email protected].


About the Permissions:

We do *not* collect any personal information or data you store within Axle.

🔒Replace the page you see when opening a new tab
• This is why you installed this chrome extension, right? :)

🔒Read your browsing history
• This is required to fetch information about the tabs you have currently open, so you can conveniently add bookmarks from the new tab page.
• How is this related to browsing history? Being able to see which tabs you have open means we can theoretically save all of your tab information all the time, so we could theoretically begin recording your browsing history. But rest assured, we don't!                    

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

Όνομα Axle: New Tab Dashboard & Bookmark Manager Axle: New Tab Dashboard & Bookmark Manager
ID emdkiniaoljcedckfnpmpgbpdophfmdk
Επίσημο URL https://chromewebstore.google.com/detail/axle-new-tab-dashboard-bo/emdkiniaoljcedckfnpmpgbpdophfmdk
Περιγραφή Transform your new tab page into a beautiful customizable dashboard and easy-to-use bookmark manager.
Μέγεθος Αρχείου 13.15 MB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 2.1.1
Τελευταία Ενημέρωση 2020-05-17
Ημερομηνία Δημοσίευσης 2020-05-17
Αξιολόγηση 4.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Eric Chen
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1jgmA2stM6D2Z13xgw_KcJH8si77YOcmG0lK4Jx-BvrI/edit
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Axle: New Tab Dashboard & Bookmark Manager",
    "short_name": "Axle",
    "version": "2.1.1",
    "description": "Transform your new tab page into a beautiful customizable dashboard and easy-to-use bookmark manager.",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "logo\/Axle16x16.png",
            "32": "logo\/Axle32x32.png",
            "48": "logo\/Axle48x48.png",
            "128": "logo\/Axle128x128.png"
        },
        "default_title": "Axle: New Tab",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo\/Axle16x16.png",
        "32": "logo\/Axle32x32.png",
        "48": "logo\/Axle48x48.png",
        "128": "logo\/Axle128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}