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 App Survivor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save time using all your favorites in one friendly and easy-to-use web page"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में My bookmark page: View/Edit Favorites एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}