Harambe's Toolkit

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

Vad är Harambe's Toolkit?

Harambe's Toolkit är en Chrome-tillägg utvecklad av https://harambes-toolkit.tru.io, och dess huvudfunktion är "Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Harambe's Toolkit-förlängningens CRX-fil

Ladda ner Harambe's Toolkit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Harambe's Toolkit Harambe's Toolkit
ID hmkpigohjcnjmfnbbmmjkjphemofibdd
Officiell webbadress https://chromewebstore.google.com/detail/harambes-toolkit/hmkpigohjcnjmfnbbmmjkjphemofibdd
Beskrivning Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit
Filstorlek 31.59 KB
Antal Installationer 107
Aktuell Version 1.2
Senast Uppdaterad 2019-12-16
Publiceringsdatum 2019-12-16
Betyg 4.56/5 Totalt 9 Betyg
Utvecklare https://harambes-toolkit.tru.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://harambes-toolkit.tru.io/
Hjälpsida URL https://harambes-toolkit.tru.io/
Stödda Språk 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
}