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

Wat is WebSatchel - Your personal web archive!?

WebSatchel - Your personal web archive! is een Chrome-extensie ontwikkeld door https://websatchel.com, en de belangrijkste functie is "Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WebSatchel - Your personal web archive!

Download WebSatchel - Your personal web archive!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WebSatchel - Your personal web archive! WebSatchel - Your personal web archive!
ID imhekgipjdpmedaiocgljanjpbmhdmlo
Officiële URL https://chromewebstore.google.com/detail/websatchel-your-personal/imhekgipjdpmedaiocgljanjpbmhdmlo
Beschrijving Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks
Bestandsgrootte 236 KB
Aantal Installaties 1,041
Huidige Versie 2.1.1
Laatst Bijgewerkt 2021-10-15
Publicatiedatum 2020-03-14
Beoordeling 4.40/5 Totaal 15 Beoordelingen
Ontwikkelaar https://websatchel.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://websatchel.com
Help Pagina-URL https://websatchel.com/a2/app/public/help/introduction
URL van de Privacybeleid Pagina https://websatchel.com/a2/app/public/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}