hackershare

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

Hvad er hackershare?

hackershare er en Chrome-udvidelse udviklet af Hooopo, og dens hovedfunktion er "Adds a toolbar button to save the current page to hackershare.dev".

Udvidelsesskærmbilleder

screenshot

Download hackershare-udvidelses-CRX-fil

Download hackershare-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
Officiel URL https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Beskrivelse Adds a toolbar button to save the current page to hackershare.dev
Filstørrelse 27.84 KB
Antal Installationer 192
Nuværende Version 6
Senest Opdateret 2020-10-15
Udgivelsesdato 2020-08-20
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler Hooopo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hackershare.dev
Hjælpeside-URL https://hackershare.dev
Understøttede Sprog 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
}