hackershare

Adds a toolbar button to save the current page to hackershare.dev

ما هو hackershare؟

hackershare هو إضافة Chrome تم تطويرها بواسطة Hooopo، والميزة الرئيسية لها هي "Adds a toolbar button to save the current page to hackershare.dev".

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

screenshot

تحميل ملف CRX للإضافة hackershare

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

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

                        Adds a toolbar button to save the current page to hackershare.dev. with hackershare toolbar, you can save the url you viewed easily and share it with other hacker. hackershare.dev is center of all url.                    

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

الاسم hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
عنوان URL الرسمي https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
الوصف Adds a toolbar button to save the current page to hackershare.dev
حجم الملف 27.84 KB
عدد التثبيتات 192
النسخة الحالية 6
آخر تحديث 2020-10-15
تاريخ النشر 2020-08-20
تقييم 5.00/5 مجموع تقييمات 4
المطور Hooopo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hackershare.dev
عنوان صفحة المساعدة https://hackershare.dev
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hackershare",
    "description": "Adds a toolbar button to save the current page to hackershare.dev",
    "version": "6",
    "browser_action": {
        "default_title": "Add to hackershare",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/hackershare.dev\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "auth.html",
        "icon16.png"
    ],
    "manifest_version": 2
}