Hash Generator

Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!

ما هو Hash Generator؟

Hash Generator هو إضافة Chrome تم تطويرها بواسطة Gabriel Donadel Dall'Agnol، والميزة الرئيسية لها هي "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Hash Generator

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

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

                        A Simple to use Chrome extension to immediately generate your own hashes with a single click. The current version supports MD5, SHA-1, SHA-256 and SHA-512.                    

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

الاسم Hash Generator Hash Generator
ID gpoanfafbmmhifpmbefgllakooeokdgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/hash-generator/gpoanfafbmmhifpmbefgllakooeokdgl
الوصف Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!
حجم الملف 24.89 KB
عدد التثبيتات 1,174
النسخة الحالية 1.0
آخر تحديث 2021-03-09
تاريخ النشر 2018-09-18
تقييم 5.00/5 مجموع تقييمات 8
المطور Gabriel Donadel Dall'Agnol
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gabrieldonadel.github.io/
عنوان صفحة سياسة الخصوصية https://gabrieldonadel.github.io/politica_privacidade.html
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hash Generator",
    "version": "1.0",
    "description": "Generate MD5, SHA-1, SHA-256 and SHA-512 hashes!",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}