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 |
官方網址 | 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 } |