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开发的Chrome扩展程序,该扩展的主要功能是“Save time using all your favorites in one friendly and easy-to-use web page”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载My bookmark page: View/Edit Favorites扩展crx文件

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