Password Hint

Lists out the password requirements for the current website

ما هو Password Hint؟

Password Hint هو إضافة Chrome تم تطويرها بواسطة Drake L، والميزة الرئيسية لها هي "Lists out the password requirements for the current website".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Password Hint

قم بتنزيل ملفات الامتداد Password Hint بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Tired of remembering all the different password requirements for websites? Password Hint  allows you to bring up the password requirement of your current website anytime by clicking the [?!] icon at the top of chrome. The user may also leave a small password hint on any website, and once saved that hint is accessible on any chrome browser that the user is logged into.

Not all websites are in the database right now so if you find one please feel free to submit it to the google form: http://goo.gl/forms/YPudqMoE04

This app does not send any user data to any 3rd party servers besides Google Chrome's servers, all data stays on the users machine. Also this app IS NOT a password manager and thus is not responsible for any damages incurred if used as such.

Source code here: https://github.com/drakelevy/PasswordHint                    

معلومات أساسية عن التمديد

الاسم Password Hint Password Hint
ID okdidhmfanlihamcidabkdjmpdmnhnde
عنوان URL الرسمي https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde
الوصف Lists out the password requirements for the current website
حجم الملف 41.22 KB
عدد التثبيتات 65
النسخة الحالية 1.0.8
آخر تحديث 2016-12-29
تاريخ النشر 2016-12-28
تقييم 5.00/5 مجموع تقييمات 1
المطور Drake L
نوع الدفع free
موقع الإضافة https://github.com/drakelevy/PasswordHint
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Hint",
    "manifest_version": 2,
    "version": "1.0.8",
    "description": "Lists out the password requirements for the current website",
    "author": "Drake Levy",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "Click to see website password requirements",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}