Hashcash Mint

An extension to mint Hashcash stamps.

Hashcash Mintคืออะไร?

Hashcash Mint เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dangerruss-things.blogspot.com และคุณลักษณะหลักของมันคือ "An extension to mint Hashcash stamps."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hashcash Mint

ดาวน์โหลดไฟล์ส่วนขยาย Hashcash Mint ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}