un-password

simple way to reveal password inputs on chrome - for lazies

什麼是un-password?

un-password是由denolk開發的Chrome擴展程式,該擴展的主要功能是“simple way to reveal password inputs on chrome - for lazies”。

擴展截圖

screenshot
screenshot

下載un-password擴展crx文件

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

擴展使用說明

                        simple way to reveal password inputs on chrome - for lazies
just double-click on the password input.                    

擴展基本資訊

名稱 un-password un-password
ID lijhhlnbdhacjpefglmoblkpekegmfdd
官方網址 https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd
簡介 simple way to reveal password inputs on chrome - for lazies
檔案大小 14.09 KB
安裝次數 17
目前版本 1.0.2
更新時間 2018-09-02
上架時間 2018-09-01
開發者 denolk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/ozgend/un-password
說明頁面URL https://github.com/ozgend/un-password
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "un-password",
    "author": "denolk",
    "description": "simple way to reveal password inputs on chrome - for lazies",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}