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によって開発されたChromeの拡張機能で、その主な機能は「Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit」です。
拡張機能のスクリーンショット
Harambe's Toolkit拡張機能のCRXファイルをダウンロード
Harambe's Toolkit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |