Domain Bookmark

Show bookmarks relatie to the domain in current tab.

Domain Bookmarkคืออะไร?

Domain Bookmark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 9choice.com และคุณลักษณะหลักของมันคือ "Show bookmarks relatie to the domain in current tab."

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

screenshot
screenshot
screenshot

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

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

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

                        While we surfing the internet, we want to know if there are relate bookmarks to current page. This extension solve this. As its name, it search the whole Chorme Bookmark with the domain of current page. 

- Show you the count of relate pages
- Show all of them in list with click on the icon
- Open all with one click.

在浏览网页的时候,我们有时候会想知道收藏夹里是否有相关的收藏信息,这样我们可以更快速的找到自己喜欢的内容。这个插件主要提供的功能是自动检测正在查看网页,在收藏夹内搜索相同域名下的收藏页并自动提示列出。

- 显示相关收藏数量
- 打开显示收藏列表
- 打开所有                    

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

ชื่อ Domain Bookmark Domain Bookmark
ID bdenbnecgoejgedenceiggneklpbmlio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/domain-bookmark/bdenbnecgoejgedenceiggneklpbmlio
คำอธิบาย Show bookmarks relatie to the domain in current tab.
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-01-26
วันที่เผยแพร่ 2018-01-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา 9choice.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Domain Bookmark",
    "description": "Show bookmarks relatie to the domain in current tab.",
    "version": "1.0",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}