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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://harambes-toolkit.tru.io และคุณลักษณะหลักของมันคือ "Quickly share current tab to ARCHIVE.IS, ARCHIVE.TODAY, ARCHIVE.ORG, DISSENTER, or TWITTER with the lightweight Harambe's Toolkit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harambe's Toolkit
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |