ArchiveSearcher

現在表示されているページもしくはリンクURLの、保存された過去のページを検索します。Webサービスは、Internet Archive, ウェブ魚拓, Google キャッシュ, archive.isから選べます。また、Google画像検索も行えます。

ArchiveSearcher là gì?

ArchiveSearcher là một tiện ích mở rộng Chrome được phát triển bởi https://tools.m-bsys.com, và tính năng chính của nó là "現在表示されているページもしくはリンクURLの、保存された過去のページを検索します。Webサービスは、Internet Archive, ウェブ魚拓, Google キャッシュ, archive.isから選べます。また、Google画像検索も行えます。".

Ả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 ArchiveSearcher

Tải xuống các tệp mở rộng ArchiveSearcher 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

                        「ページを表示したけどリンク切れになっていた、でも閲覧したい」。ArchiveSearcherは、そんなときに役に立つ機能です。

現在表示されているページもしくはリンクURLの、保存された過去のページを検索します。Webサービスは、Internet Archive, ウェブ魚拓, Google キャッシュ, archive.isから選べます。また、Google画像検索も行えます。                    

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

Tên ArchiveSearcher ArchiveSearcher
ID dakifdmafkenbhhfpngmmenghdbgijaa
URL Chính Thức https://chromewebstore.google.com/detail/archivesearcher/dakifdmafkenbhhfpngmmenghdbgijaa
Mô tả 現在表示されているページもしくはリンクURLの、保存された過去のページを検索します。Webサービスは、Internet Archive, ウェブ魚拓, Google キャッシュ, archive.isから選べます。また、Google画像検索も行えます。
Kích Thước Tệp 42.97 KB
Số Lần Cài Đặt 277
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-11-13
Ngày Phát Hành 2017-11-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://tools.m-bsys.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ArchiveSearcher",
    "version": "1.0",
    "description": "\u73fe\u5728\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u30da\u30fc\u30b8\u3082\u3057\u304f\u306f\u30ea\u30f3\u30afURL\u306e\u3001\u4fdd\u5b58\u3055\u308c\u305f\u904e\u53bb\u306e\u30da\u30fc\u30b8\u3092\u691c\u7d22\u3057\u307e\u3059\u3002Web\u30b5\u30fc\u30d3\u30b9\u306f\u3001Internet Archive, \u30a6\u30a7\u30d6\u9b5a\u62d3, Google \u30ad\u30e3\u30c3\u30b7\u30e5, archive.is\u304b\u3089\u9078\u3079\u307e\u3059\u3002\u307e\u305f\u3001Google\u753b\u50cf\u691c\u7d22\u3082\u884c\u3048\u307e\u3059\u3002",
    "icons": {
        "48": "bank.png"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "data.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2
}