hackershare

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

Wat is hackershare?

hackershare is een Chrome-extensie ontwikkeld door Hooopo, en de belangrijkste functie is "Adds a toolbar button to save the current page to hackershare.dev".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie hackershare

Download hackershare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
Officiële URL https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Beschrijving Adds a toolbar button to save the current page to hackershare.dev
Bestandsgrootte 27.84 KB
Aantal Installaties 192
Huidige Versie 6
Laatst Bijgewerkt 2020-10-15
Publicatiedatum 2020-08-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Hooopo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hackershare.dev
Help Pagina-URL https://hackershare.dev
Ondersteunde Talen 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
}