Archive.isifier

Adds archive.is-content to contextmenu

Archive.isifier là gì?

Archive.isifier là một tiện ích mở rộng Chrome được phát triển bởi Gstar, và tính năng chính của nó là "Adds archive.is-content to contextmenu".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Archive.isifier

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

                        This extension allows users to right click urls and
- archive the link with archive.is
- archive the link and copy archive.is-link to clipboard
- show all archived versions of link
- show real URL (if right clicked archive.is/fo-link)
- open selected url on archive.is (urls that are not a-tags)
- open current page on archive.is                    

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

Tên Archive.isifier Archive.isifier
ID mcpaaodjfngbeolmaaobjmoefnafljkc
URL Chính Thức https://chromewebstore.google.com/detail/archiveisifier/mcpaaodjfngbeolmaaobjmoefnafljkc
Mô tả Adds archive.is-content to contextmenu
Kích Thước Tệp 415 KB
Số Lần Cài Đặt 129
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-11-11
Ngày Phát Hành 2017-11-11
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Gstar
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Archive.isifier",
    "description": "Adds archive.is-content to contextmenu",
    "version": "1.1.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "main.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "*:\/\/archive.is\/",
        "*:\/\/archive.fo\/"
    ]
}