On the blockchain

Adds 'on the blockchain' to the end of every sentence.

On the blockchainคืออะไร?

On the blockchain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Tran และคุณลักษณะหลักของมันคือ "Adds 'on the blockchain' to the end of every sentence."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย On the blockchain

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

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

                        Inspired by Erin Griffith and "Millennials to Snake People"! See coverage here: https://bit.ly/on-the-blockchain

Warning: Super naive implementation that main ruin all your browsing experience, but don't worry; everything will be preserved on the blockchain!

When you've had enough of the blockchain, to disable or uninstall, simply go to Preferences > Extensions > Uncheck "Enable" or hit the "Trash" icon.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ On the blockchain On the blockchain
ID jieoegmpbhhhdeidanoldbfnghajiehe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/on-the-blockchain/jieoegmpbhhhdeidanoldbfnghajiehe
คำอธิบาย Adds 'on the blockchain' to the end of every sentence.
ขนาดไฟล์ 24.5 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2018-01-20
วันที่เผยแพร่ 2018-01-20
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา David Tran
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dtran320/on-the-blockchain
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "On the blockchain",
    "short_name": "On the blockchain",
    "description": "Adds 'on the blockchain' to the end of every sentence.",
    "author": "David Tran",
    "version": "0.1.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}