hackershare

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

Apa itu hackershare?

hackershare adalah ekstensi Chrome yang dikembangkan oleh Hooopo, dan fitur utamanya adalah "Adds a toolbar button to save the current page to hackershare.dev".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi hackershare

Unduh file ekstensi hackershare dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
URL Resmi https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Deskripsi Adds a toolbar button to save the current page to hackershare.dev
Ukuran File 27.84 KB
Jumlah Instalasi 192
Versi Saat Ini 6
Terakhir Diperbarui 2020-10-15
Tanggal Publikasi 2020-08-20
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Hooopo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://hackershare.dev
URL Halaman Bantuan https://hackershare.dev
Bahasa yang Didukung 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
}