My bookmark page: View/Edit Favorites

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

Qu'est-ce que My bookmark page: View/Edit Favorites ?

My bookmark page: View/Edit Favorites est une extension Chrome développée par App Survivor, et sa fonction principale est "Save time using all your favorites in one friendly and easy-to-use web page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension My bookmark page: View/Edit Favorites

Téléchargez les fichiers d'extension My bookmark page: View/Edit Favorites au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My bookmark page: View/Edit Favorites My bookmark page: View/Edit Favorites
ID pjcegkniceogckfafppeepgndaplcgdi
URL Officiel https://chromewebstore.google.com/detail/my-bookmark-page-viewedit/pjcegkniceogckfafppeepgndaplcgdi
Description Save time using all your favorites in one friendly and easy-to-use web page
Taille du Fichier 728 KB
Nombre d'Installations 123
Version Actuelle 3.1
Dernière Mise à Jour 2022-12-30
Date de Publication 2021-07-03
Évaluation 3.00/5 Total 2 Évaluations
Développeur App Survivor
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://survivorworldcr.wixsite.com/website
URL de la Page d'Aide https://survivorworldcr.wixsite.com/website
URL de la Page de Politique de Confidentialité https://survivorworldcr.wixsite.com/website
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}