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! هو إضافة Chrome تم تطويرها بواسطة https://websatchel.com، والميزة الرئيسية لها هي "Copy and save web pages to your personal archive on Cloud. Content highlighting is supported. Great alternative to regular bookmarks".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WebSatchel - Your personal web archive!

قم بتنزيل ملفات الامتداد WebSatchel - Your personal web archive! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://websatchel.com/a2/app/public/help/introduction
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}