Harambe's Toolkit
Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit
Was ist Harambe's Toolkit?
Harambe's Toolkit ist eine Chrome-Erweiterung, die von https://harambes-toolkit.tru.io entwickelt wurde, und ihr Hauptmerkmal ist "Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit".
Erweiterungsscreenshots
Harambe's Toolkit-Erweiterungs-CRX-Datei herunterladen
Laden Sie Harambe's Toolkit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Harambe's Toolkit |
ID | hmkpigohjcnjmfnbbmmjkjphemofibdd |
Offizielle URL | https://chromewebstore.google.com/detail/harambes-toolkit/hmkpigohjcnjmfnbbmmjkjphemofibdd |
Beschreibung | Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit |
Dateigröße | 31.59 KB |
Installationsanzahl | 107 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-12-16 |
Veröffentlichungsdatum | 2019-12-16 |
Bewertung | 4.56/5 Insgesamt 9 Bewertungen |
Entwickler | https://harambes-toolkit.tru.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://harambes-toolkit.tru.io/ |
Hilfeseite URL | https://harambes-toolkit.tru.io/ |
Unterstützte Sprachen | 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 } |