Bookmark Manager

Bookmark Manager

Bookmark Managerとは何ですか?

Bookmark Managerはhttps://aureolls.comによって開発されたChromeの拡張機能で、その主な機能は「Bookmark Manager」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Bookmark Manager拡張機能のCRXファイルをダウンロード

Bookmark Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Experience a new bookmark manager with restore session page, search & better history and bookmarks.

Now rearrange sessions using drag & drop from UI. Sessions page is now with search functionality. You can delete duplicate URLs with one click. You can search your bookmarks and history, right from the extension popup. 

Organise your existing bookmarks using Bookmark Manager. You can move your existing bookmarks to separate folders, by just specifying any word present in your bookmark URL.

Manage bookmarks and folders:
- Identify Duplicate bookmarks.
- Clean your bookmarks by deleting empty folders.

Navigate through fields from keyboard using 'Enter' key.

Set shortcut for triggering extension:
Go to Url 'chrome://extensions/'. In the menu there is a Keyboard shortcuts link.

Permissions: 
- "Tabs" in order to bookmark your current session.
- "Bookmarks" in order to save bookmarks.

Note: None of your information (history or bookmarks) are stored or kept anywhere else than on your computer.                    

拡張機能の基本情報

名前 Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
公式URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
説明 Bookmark Manager
ファイルサイズ 516 KB
インストール数 61,770
現在のバージョン 11.4.0
最終更新日 2024-01-31
公開日 2020-05-17
評価 3.68/5 合計 53 レビュー
開発者 https://aureolls.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.aureolls.com/
ヘルプページのURL https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
プライバシーポリシーページのURL https://aureolls.com/index.php/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "short_name": "Bookmark",
    "description": "Bookmark Manager",
    "version": "11.4.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmark"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "",
        "storage",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}