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؟

Harambe's Toolkit هو إضافة Chrome تم تطويرها بواسطة https://harambes-toolkit.tru.io، والميزة الرئيسية لها هي "Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Harambe's Toolkit

قم بتنزيل ملفات الامتداد Harambe's Toolkit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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.                    

معلومات أساسية عن التمديد

الاسم Harambe's Toolkit Harambe's Toolkit
ID hmkpigohjcnjmfnbbmmjkjphemofibdd
عنوان URL الرسمي https://chromewebstore.google.com/detail/harambes-toolkit/hmkpigohjcnjmfnbbmmjkjphemofibdd
الوصف Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit
حجم الملف 31.59 KB
عدد التثبيتات 107
النسخة الحالية 1.2
آخر تحديث 2019-12-16
تاريخ النشر 2019-12-16
تقييم 4.56/5 مجموع تقييمات 9
المطور https://harambes-toolkit.tru.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://harambes-toolkit.tru.io/
عنوان صفحة المساعدة https://harambes-toolkit.tru.io/
اللغات المدعومة 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
}