Harambe's Toolkit

Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit

Harambe's Toolkit là gì?

Harambe's Toolkit là một tiện ích mở rộng Chrome được phát triển bởi https://harambes-toolkit.tru.io, và tính năng chính của nó là "Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit".

Ả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 Harambe's Toolkit

Tải xuống các tệp mở rộng Harambe's Toolkit 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 **lightweight** extension can send current tab to archive or share on social media.

Currently supports archiving website to: archive.today (archive.is) and archive.org (way back machine)

Share tab to: twitter, dissenter (gab.com)

Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit

Source Code: https://github.com/aerth/harambes-toolkit

Very simple, basic add-on to increase productivity and save you time and energy!

Thanks for using the extension, donate BTC in the options page

v1.2 fixed permissions, enjoy!

If you have any feature requests, please leave in feedback section or on the dissenter page.                    

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

Tên Harambe's Toolkit Harambe's Toolkit
ID hmkpigohjcnjmfnbbmmjkjphemofibdd
URL Chính Thức https://chromewebstore.google.com/detail/harambes-toolkit/hmkpigohjcnjmfnbbmmjkjphemofibdd
Mô tả Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit
Kích Thước Tệp 31.59 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-12-16
Ngày Phát Hành 2019-12-16
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://harambes-toolkit.tru.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://harambes-toolkit.tru.io/
URL Trang Trợ Giúp https://harambes-toolkit.tru.io/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "name": "Harambe's Toolkit",
    "version": "1.2",
    "description": "Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "img\/harambe-16.png",
            "32": "img\/harambe-32.png",
            "128": "img\/harambe-128.png"
        }
    },
    "icons": {
        "16": "img\/harambe-16.png",
        "32": "img\/harambe-32.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "options_page": "src\/options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/harambe-32.png"
    ],
    "manifest_version": 2
}