Bookmark Manager per Domain and Page

A Bookmark Manager to list all bookmarks for the domain or page of the current URL as hyperlinks.

Bookmark Manager per Domain and Pageคืออะไร?

Bookmark Manager per Domain and Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mikulabeutl.com และคุณลักษณะหลักของมันคือ "A Bookmark Manager to list all bookmarks for the domain or page of the current URL as hyperlinks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Manager per Domain and Page

ดาวน์โหลดไฟล์ส่วนขยาย Bookmark Manager per Domain and Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Bookmark Manager is special, it displays only bookmarks belonging to the current domain.

ie. https://gist.github.com or https://docs.github.com/en
will be displayed if you have it as a bookmark
and navigate to https://www.github.com

Open any URLs from Domains that you have saved within *.domain.com*
We will show you only the ones from that domain.

The extension does not work across domains from the same brand, such as pinterest.de or pinterest.at, etc. we might add this functionality in a near future update if there is demand.

So if you are looking for that best next app to open pages in a new tab, while simply organizing your url in this awesome quick software, with our bookmark manager you will not need more bookmarking apps on your sidebar, forget all the other addons.

Save webpages that you find popular, then navigate there with speed, have a look at your bookmarklet and use our free extension to view your custom starred urls, search through them with ease.

We look forward to feedback.

Updates / Change log:
19.07.2021 / V 1.0.5 - Removed "Storage" permission, not needed.
22.12.2020 / V 1.0.4 - Added FOLDER view buttons
14.12.2020 / V 1.0.3 - We added DELETE and EDIT buttons                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bookmark Manager per Domain and Page Bookmark Manager per Domain and Page
ID ehpdoeepbmijafimdjcippbkpffhfmif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bookmark-manager-per-doma/ehpdoeepbmijafimdjcippbkpffhfmif
คำอธิบาย A Bookmark Manager to list all bookmarks for the domain or page of the current URL as hyperlinks.
ขนาดไฟล์ 12.84 KB
จำนวนการติดตั้ง 754
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-07-20
วันที่เผยแพร่ 2019-07-05
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://mikulabeutl.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mikulabeutl.com/contact
URL หน้าช่วยเหลือ https://mikulabeutl.com/privacy-policy/
URL หน้านโยบายความเป็นส่วนตัว https://mikulabeutl.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup.html"
    },
    "description": "A Bookmark Manager to list all bookmarks for the domain or page of the current URL as hyperlinks.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk+vRJtA4nuxSZZd4JpZIHhCsqqWXR9jNe4NQ5HYAjKH8qwF8TCseCHkwFzRVMRVCsp+3OxNujmhIJuNKI4ocQuLCFfNVYS3iAvYJAKe\/gxZRu5GRbySzNXTocpoZXQEJy5TT2\/gQabarK7TSZpWdXy64KAI+rLGY\/vx5x0Sa3f8e5AKtiRooVN5rebDqT\/L5bgusgJjIsiTkwO7dIjRAO+x+kDqvMceJWOzB4rQ8\/7fM6xvccG8Nzdp26JZQ7BjEDLIgy9gv5StsahM78IUkjReTF\/jmjg\/retcGxl45bWRC3ltYxrV1AOs9eCiIsul0vzJ15on9Lz\/Ypf3sdZi23QIDAQAB",
    "manifest_version": 2,
    "name": "Bookmark Manager per Domain and Page",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}