WebSatchel - Your personal web archive!

Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks

什么是WebSatchel - Your personal web archive!?

WebSatchel - Your personal web archive!是由https://websatchel.com开发的Chrome扩展程序,该扩展的主要功能是“Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载WebSatchel - Your personal web archive!扩展crx文件

下载WebSatchel - Your personal web archive!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WebSatchel allows users to save and store copies of webpages onto the cloud.

Unlike traditional bookmarking WebSatchel does not save just the link to a particular webpage, instead it creates a full copy of the webpage allowing the user to permanently have access to the information in the exact format that it was saved.

The purpose of WebSatchel is to allow users to create a personal internet database. It's a place where you can copy anything you feel is important or has any kind of value and grow it over time. It should be viewed as a companion to your browsing experience.


Once a page has been saved it can be viewed on the WebSatchel website under the “My Satchel” tab (Note: you must be logged in to see this tab and to save pages. Creating an account is free).

There is also a great emphasis on searching/organization. WebSatchel indexes every word on the saved webpage regardless if you save the whole page or just save the link. This makes searching for your saved pages really easy using our built-in search engine because you don't need to remember the title of a page - just any single relevant word or phrase would do.

Tags and keywords are used for more efficient organization once your satchel gets up to a few hundred pages. Also, since the link version still indexes every word on the saved webpage this makes it superior to regular bookmarking even though you are only saving the link since regular bookmarking doesn't index anything beyond the title of the page.

Apart from just allowing users to save pages WebSatchel also allows you to save the links to all your open tabs into a collection that can be opened back up at any time on any device. Even if only a link is saved, all the text is still indexed just like it would be if the entire page was saved. This is a significantly superior option to conventional bookmarking which does not index every word on the page and instead only indexes the page’s title at most. This makes searching for a particular saved link much easier.

WebSatchel is also designed for users to save lots of web pages. Free users get 1 gigabyte of storage which is enough space to save hundreds of average webpages so don’t be shy about saving any webpage that might be of any use to you. Always better to be safe than sorry after all. Additionally, WebSatchel allows you to modify the pages that you save by highlighting the information that is most important to you. This makes finding the information even easier on the page that you save.

All saved pages are encrypted. The only person who can access your saved pages is YOU.

WebSatchel is constantly improving and finding more ways to make saving pages an easier and smoother experience. New updates are scheduled in the coming months.                    

扩展基本信息

名称 WebSatchel - Your personal web archive! WebSatchel - Your personal web archive!
ID imhekgipjdpmedaiocgljanjpbmhdmlo
官方URL https://chromewebstore.google.com/detail/websatchel-your-personal/imhekgipjdpmedaiocgljanjpbmhdmlo
简介 Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks
文件大小 236 KB
安装次数 1,041
当前版本 2.1.1
更新时间 2021-10-15
上架时间 2020-03-14
评分 4.40/5 共15次评分
开发者 https://websatchel.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://websatchel.com
帮助页面URL https://websatchel.com/a2/app/public/help/introduction
隐私政策页面URL https://websatchel.com/a2/app/public/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSatchel - Your personal web archive!",
    "author": "WebSatchel",
    "version": "2.1.1",
    "description": "Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks",
    "icons": {
        "16": "icons\/satchel_16x16.png",
        "32": "icons\/satchel_32x32.png",
        "48": "icons\/satchel_48x48.png",
        "128": "icons\/satchel_128x128.png"
    },
    "permissions": [
        "",
        "tabs",
        "webNavigation",
        "storage",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "background\/config.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/satchel_16x16.png",
            "32": "icons\/satchel_32x32.png",
            "48": "icons\/satchel_48x48.png",
            "64": "icons\/satchel_64x64.png",
            "128": "icons\/satchel_128x128.png"
        },
        "default_title": "WebSatchel",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "fonts\/*.woff2",
        "img\/spinner.svg",
        "img\/user.png",
        "img\/logout.png",
        "img\/marker.png",
        "img\/eraser.png",
        "img\/logo_name.svg",
        "img\/logo_icon.svg",
        "img\/hint.png",
        "img\/websatchel.png",
        "icons\/satchel_64x64.png",
        "content_scripts\/page_marker\/page_marker.html",
        "content_scripts\/page_marker\/page_marker.css",
        "content_scripts\/page_marker\/tabs.css",
        "content_scripts\/ui\/status_view.html",
        "content_scripts\/ui\/status_view.css",
        "lib\/page-include.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/websatchel.com\/a2\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_scripts\/message_bus\/a2.js"
            ]
        }
    ]
}