Chrome Bookmarked Website Downloader

Chrome Bookmarked Website Downloader is an extension that allows users to download all the websites they have bookmarked.

Chrome Bookmarked Website Downloaderとは何ですか?

Chrome Bookmarked Website DownloaderはBrock Lynchによって開発されたChromeの拡張機能で、その主な機能は「Chrome Bookmarked Website Downloader is an extension that allows users to download all the websites they have bookmarked.」です。

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

screenshot
screenshot

Chrome Bookmarked Website Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Our Chrome extension provides a powerful tool to manage your bookmarks and download content for offline use. The extension makes use of Chrome's bookmarks and downloads APIs, along with local storage, to offer a seamless experience for users.

Upon loading, the extension traverses your bookmark tree, dynamically generating a list of bookmarks. Each bookmark is displayed as a checkbox entry within a user-friendly interface. Bookmarks that have been downloaded are checked and disabled for easy reference, while the rest remain available for selection.

The extension goes the extra mile by remembering which bookmarks have been downloaded, even across sessions, by saving this data in Chrome's local storage. It ensures that each bookmark is unique, so you don't have to worry about duplicate downloads.

The UI includes a 'Select All' and 'Unselect All' function for the checkboxes, giving you a convenient way to manage which bookmarks you want to download. Upon clicking the 'Get Bookmarks' button, the extension starts downloading the selected bookmarks.

This extension not only works for existing bookmarks but is also smart enough to listen for new ones. Using Chrome's bookmark creation event listener, the extension automatically downloads any newly added bookmarks. It also adds the new bookmark to the list of downloaded URLs in the local storage.

In the spirit of openness, we've included a 'Donate' button. By clicking it, you'll be redirected to our PayPal donation page. This way, you can help support the ongoing development of this extension, contributing to further improvements and new features.

With a keen focus on enhancing your productivity, this extension transforms the way you handle and consume your bookmarked content, ensuring you always have access to vital resources even when offline. It's a must-have tool for any heavy internet user who relies on bookmarks to manage their digital reading list.

This Chrome extension isn't just about managing bookmarks, but it's also about taking your browsing offline.

Fundamentally, this extension functions as a "Save Page As" feature but does this for multiple pages in one go. When you opt to download your bookmarks, the extension doesn't just save a link to the bookmarked page. Instead, it actively retrieves the entire webpage content and downloads it to your local storage. This essentially allows you to view the full content of your bookmarked pages even when you're offline or when the original page becomes unavailable online.

Think of this as having a local library of your bookmarked pages, each page preserved just the way it was when you downloaded it. This makes the extension a powerful tool for research, archival purposes, or simply ensuring you always have access to your favorite content.

And here's the brilliant part: you can choose to download your entire bookmarks library, or even just a few selected bookmarks. Moreover, the extension is designed to remember which pages have already been downloaded. So if you add more bookmarks over time and want to download them, the extension will only download the new ones, avoiding any unnecessary duplicates.

The extension also automatically downloads any newly created bookmarks. Whenever you add a bookmark in Chrome, the extension triggers a download of that page's content, making it readily available for offline viewing.                    

拡張機能の基本情報

名前 Chrome Bookmarked Website Downloader Chrome Bookmarked Website Downloader
ID mfhhjeflfjjihgibjpdfkbmbeabbdgnb
公式URL https://chromewebstore.google.com/detail/chrome-bookmarked-website/mfhhjeflfjjihgibjpdfkbmbeabbdgnb
説明 Chrome Bookmarked Website Downloader is an extension that allows users to download all the websites they have bookmarked.
ファイルサイズ 75.53 KB
インストール数 148
現在のバージョン 1.2.3
最終更新日 2023-07-03
公開日 2022-02-24
評価 1.00/5 合計 1 レビュー
開発者 Brock Lynch
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.omnisection.com/home/chrome-bookmarked-website-downloader
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Bookmarked Website Downloader",
    "description": "Chrome Bookmarked Website Downloader is an extension that allows users to download all the websites they have bookmarked.",
    "version": "1.2.3",
    "manifest_version": 3,
    "permissions": [
        "downloads",
        "bookmarks",
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_title": "Chrome Bookmarked Website Downloader",
        "default_popup": "popup.html",
        "default_icon": "images\/bookmark_downloader_image16x16.png"
    },
    "icons": {
        "16": "images\/bookmark_downloader_image16x16.png",
        "32": "images\/bookmark_downloader_image32x32.png",
        "48": "images\/bookmark_downloader_image48x48.png",
        "128": "images\/bookmark_downloader_image128x128.png"
    }
}