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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [
                ""
            ]
        }
    ]
}