Full History Keeper

Full History Keeper Extension

Full History Keeper là gì?

Full History Keeper là một tiện ích mở rộng Chrome được phát triển bởi vradd, và tính năng chính của nó là "Full History Keeper Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Full History Keeper

Tải xuống các tệp mở rộng Full History Keeper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Full History Keeper saves a complete, permanent, offline-viewable copy of every web page you view in the folder of your choice.

Saving is so fast you will not even notice this is running.

Each page is stored in one single file, named with the save-date + type + domain + URL (for quickly locating your files).  All necessary resources are included in the save, including CSS, images, scripts, forms, and even the things you type when you click "submit" - you will be able to search through all your browsing history, including the full content of everything you've seen, and keep a permanent offline copy for yourself - even if the original web page online gets removed or changed.  Tired of typing and having stupid web sites delete what you wrote before it got posted?  No problem - your history files will get it back!

Several options exist:

*. You can set when to save the page (eg: a few seconds after loading, or, when you close it, or both)
*. You can choose various different ways to save.
*. You can specify pages or domains etc to exclude from being saved

For purposes of lightening-fast page-saves, this installation requires 2 parts to function - you must install them both for this to work:

1. "Full History Keeper"  (the extension, menu system, and options)
2. "Full History Keeper App"  (the Application which saves the files)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Full History Keeper Full History Keeper
ID cailfpeoajpebgkchjnmpopcileaeklm
URL Chính Thức https://chrome.google.com/webstore/detail/full-history-keeper/cailfpeoajpebgkchjnmpopcileaeklm
Mô tả Full History Keeper Extension
Kích Thước Tệp 48.5 KB
Số Lần Cài Đặt 214
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2015-10-21
Ngày Phát Hành 2015-10-21
Đánh Giá 3.09/5 Tổng số 11 Đánh Giá
Nhà Phát Triển vradd
Loại Thanh Toán free
Trang Web Mở Rộng http://fullhistorykeeper.com/
URL Trang Trợ Giúp http://fullhistorykeeper.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/bg\/index.js",
            "const.js",
            "scripts\/common\/util.js",
            "scripts\/bg\/http.js",
            "scripts\/bg\/docprocessor.js",
            "scripts\/bg\/bgcore.js",
            "scripts\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/H_19.png",
        "default_title": "Open the Full History Keeper panel"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/content\/content.js",
                "scripts\/common\/util.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Full History Keeper Extension",
    "icons": {
        "128": "resources\/H_128.png",
        "16": "resources\/H_16.png",
        "19": "resources\/H_19.png",
        "32": "resources\/H_32.png",
        "48": "resources\/H_48.png",
        "64": "resources\/H_64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAngMseVvtDYVRfzxT+x3+vxW8KljOKaRm+Vpd06avt2+8PEL0FZLGS8cVb5bnauR3+g42je1BF673EyHt9e5g\/0O7C7qKLyJuGkF+HFkRkWsYa+6iCeReHSbE7b9LVqBVTb0l98jPWiamwJbI1tgrOqiqHRZkeP8KrzAez33S9ckih+D2u9Nw+m1CJOzki6OfXwQHtm+Z24tuTEziW+JKx427Vcz9t2fI\/dy\/Sa7huSCO4SQs1GrUEaZt7D2S+6iqQuL4uuOQpy1QwMGNC2tJsJs4NDPZ87EW\/OkJqV\/ngvG28vsUSaR4DVb7qmlyJsSPgj9fxb++Qm\/r37vmGLbEQwIDAQAB",
    "manifest_version": 2,
    "name": "Full History Keeper",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.13",
    "web_accessible_resources": [
        "chrome-extension:\/\/jfnmpjoolgabocnfakcihjpnojjimfak\/resources\/H_16.png"
    ]
}