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