Domain Bookmark

Show bookmarks relatie to the domain in current tab.

什麼是Domain Bookmark?

Domain Bookmark是由9choice.com開發的Chrome擴展程式,該擴展的主要功能是“Show bookmarks relatie to the domain in current tab.”。

擴展截圖

screenshot
screenshot
screenshot

下載Domain Bookmark擴展crx文件

下載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
官方網址 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"
    }
}