Hashcash Mint
An extension to mint Hashcash stamps.
Hashcash Mint란 무엇입니까?
Hashcash Mint은(는) https://dangerruss-things.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to mint Hashcash stamps."입니다.
확장 프로그램 스크린샷
Hashcash Mint 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension that lets one create (or 'mint') Hashcash email stamps. Mint a stamp, then simply cut and paste it into your outgoing email. A little popup has fields to enter the To: address and the strength in bits of the hashcash stamp to generate. The stamp is generated in the background and you can go on browsing while it works. If you use gmail, you can install the corresponding Chrome app, "Hashcash for Gmail", which can scan your inbox and prioritize, star, filter or flag incoming email with (or without) valid Hashcash stamps automatically! Hashcash is a proof-of-work algorithm that generates partial SHA1 hash collisions in order to make a stamp that is hard to generate, but easy to verify. Recipients of your email can prioritize emails from you if you send a valid Hashcash stamp in the email body. Fore more information see http://www.hashcash.org/ NOTE: To enable this extension to reside in a panel at the bottom of your browser rather than in a separate window, invoke Chrome with the --enable-panels option. This may or may not be required for Chromium.
확장 프로그램 기본 정보
이름 | Hashcash Mint |
ID | jmhonnhjcgnalcfccloeiboaonkipmgi |
공식 URL | https://chromewebstore.google.com/detail/hashcash-mint/jmhonnhjcgnalcfccloeiboaonkipmgi |
설명 | An extension to mint Hashcash stamps. |
파일 크기 | 160 KB |
설치 횟수 | 18 |
현재 버전 | 1.0.4.3 |
최근 업데이트 | 2017-10-11 |
출시 날짜 | 2017-10-10 |
개발자 | https://dangerruss-things.blogspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://dangerruss-things.blogspot.ca/2013/06/hashcash-for-gmail.html |
도움말 페이지 URL | http://dangerruss-things.blogspot.ca/2013/06/hashcash-for-gmail.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "hashmint_16x16.png", "48": "hashmint_48x48.png", "128": "hashmint_128x128.png" }, "name": "Hashcash Mint", "description": "An extension to mint Hashcash stamps.", "version": "1.0.4.3", "permissions": [ "clipboardWrite", "tabs" ], "browser_action": { "default_popup": "init.html", "default_icon": "hashmint_sm.png" } } |