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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Harambe's Toolkit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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
}