My bookmark page: View/Edit Favorites

Save time using all your favorites in one friendly and easy-to-use web page

Τι είναι το My bookmark page: View/Edit Favorites;

Το My bookmark page: View/Edit Favorites είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον App Survivor, και η κύρια λειτουργία του είναι "Save time using all your favorites in one friendly and easy-to-use web page".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My bookmark page: View/Edit Favorites

Λήψη αρχείων επέκτασης My bookmark page: View/Edit Favorites σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Do you have a lot of favorites and you hate having to open a lot of options to find something? You are in the right place. With this extension you can save time with all your favorites on a cool web page.

NEW FEATURE: Now you can add, edit, delete and move your favorites like you need.

If you want to make the most of this extension we recommend you:
1. Organize your bookmarks in folders.
2. Set the start page in the chrome settings (the extensions can not set the start page for you).
3. Synchronize your favorites and extensions with your google account, so you can have them on all your devices.
4. Pin the extension at the top so you can easily access your favorites page.
5. Explore the options that we offer you.
6. Enjoy it!

If you have any problems or feedback regarding “My bookmark page” extension, write to us at [email protected]

NOTE: This extension changes the new tab of your browser.                    

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

Όνομα My bookmark page: View/Edit Favorites My bookmark page: View/Edit Favorites
ID pjcegkniceogckfafppeepgndaplcgdi
Επίσημο URL https://chromewebstore.google.com/detail/my-bookmark-page-viewedit/pjcegkniceogckfafppeepgndaplcgdi
Περιγραφή Save time using all your favorites in one friendly and easy-to-use web page
Μέγεθος Αρχείου 728 KB
Αριθμός Εγκαταστάσεων 123
Τρέχουσα Έκδοση 3.1
Τελευταία Ενημέρωση 2022-12-30
Ημερομηνία Δημοσίευσης 2021-07-03
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής App Survivor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://survivorworldcr.wixsite.com/website
Διεύθυνση URL της Σελίδας Βοήθειας https://survivorworldcr.wixsite.com/website
URL της Σελίδας Πολιτικής Απορρήτου https://survivorworldcr.wixsite.com/website
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "version": "3.1",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "favicon",
        "storage",
        "bookmarks"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}