Harambe's Toolkit
Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit
What is Harambe's Toolkit?
Harambe's Toolkit is a Chrome extension developed by https://harambes-toolkit.tru.io, and its main feature is "Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit".
Extension Screenshots
Download Harambe's Toolkit Extension CRX File
Download Harambe's Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Harambe's Toolkit |
ID | hmkpigohjcnjmfnbbmmjkjphemofibdd |
Official URL | https://chromewebstore.google.com/detail/harambes-toolkit/hmkpigohjcnjmfnbbmmjkjphemofibdd |
Description | Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit |
File Size | 31.59 KB |
Installation Count | 107 |
Current Version | 1.2 |
Last Updated | 2019-12-16 |
Publish Date | 2019-12-16 |
Rating | 4.56/5 Total 9 Ratings |
Developer | https://harambes-toolkit.tru.io |
[email protected] | |
Payment Type | free |
Extension Website | https://harambes-toolkit.tru.io/ |
Help Page URL | https://harambes-toolkit.tru.io/ |
Supported Languages | 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 } |