Invisible Password
Hide your password from those eyes!
什麼是Invisible Password?
Invisible Password是由dvliman開發的Chrome擴展程式,該擴展的主要功能是“Hide your password from those eyes!”。
擴展截圖
下載Invisible Password擴展crx文件
下載Invisible Password擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reveal hidden password under asterisks / stars
擴展基本資訊
名稱 | |
ID | efeggfalpdfogofpllhhkccaojdbfmjh |
官方網址 | https://chrome.google.com/webstore/detail/invisible-password/efeggfalpdfogofpllhhkccaojdbfmjh |
簡介 | Hide your password from those eyes! |
檔案大小 | 48.37 KB |
安裝次數 | 18 |
目前版本 | 0.0.1 |
更新時間 | 2014-03-10 |
上架時間 | 2014-03-10 |
開發者 | dvliman |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invisible Password", "version": "0.0.1", "manifest_version": 2, "description": "Hide your password from those eyes!", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery.min.js", "src\/inject\/inject.js" ] } ], "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |