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

¿Qué es WebSatchel - Your personal web archive!?

WebSatchel - Your personal web archive! es una extensión de Chrome desarrollada por https://websatchel.com, y su función principal es "Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión WebSatchel - Your personal web archive!

Descarga archivos de extensión WebSatchel - Your personal web archive! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre WebSatchel - Your personal web archive! WebSatchel - Your personal web archive!
ID imhekgipjdpmedaiocgljanjpbmhdmlo
URL Oficial https://chromewebstore.google.com/detail/websatchel-your-personal/imhekgipjdpmedaiocgljanjpbmhdmlo
Descripción Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks
Tamaño del Archivo 236 KB
Cantidad de Instalaciones 1,041
Versión Actual 2.1.1
Última Actualización 2021-10-15
Fecha de Publicación 2020-03-14
Calificación 4.40/5 Total de 15 Calificaciones
Desarrollador https://websatchel.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://websatchel.com
URL de la Página de Ayuda https://websatchel.com/a2/app/public/help/introduction
URL de la Página de Política de Privacidad https://websatchel.com/a2/app/public/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}