xkcdGEN

Generate strong passwords xkcd style.

什麼是xkcdGEN?

xkcdGEN是由https://jz.bz開發的Chrome擴展程式,該擴展的主要功能是“Generate strong passwords xkcd style.”。

擴展截圖

screenshot
screenshot

下載xkcdGEN擴展crx文件

下載xkcdGEN擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        xkcdGEN
xkcd style passphrase generator
conforms to xkcd 936
https://xkcd.com/936/
 
https://jz.bz/tar.jz/xkcdgen/

Open Source and released under the Apache License, Version 2.0.
https://github.com/jzbz/xkcdgen                    

擴展基本資訊

名稱 xkcdGEN xkcdGEN
ID iebghajbenahofgmibldgbibbemoodce
官方網址 https://chromewebstore.google.com/detail/xkcdgen/iebghajbenahofgmibldgbibbemoodce
簡介 Generate strong passwords xkcd style.
檔案大小 26.82 KB
安裝次數 58
目前版本 0.1.8
更新時間 2016-02-18
上架時間 2016-02-18
評分 4.67/5 共 3 次評分
開發者 https://jz.bz
付費類型 free
擴展官網 https://jz.bz/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcdGEN",
    "description": "Generate strong passwords xkcd style.",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "0.1.8",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "xkcdGEN"
    }
}