hackershare

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

Was ist hackershare?

hackershare ist eine Chrome-Erweiterung, die von Hooopo entwickelt wurde, und ihr Hauptmerkmal ist "Adds a toolbar button to save the current page to hackershare.dev".

Erweiterungsscreenshots

screenshot

hackershare-Erweiterungs-CRX-Datei herunterladen

Laden Sie hackershare-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
Offizielle URL https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Beschreibung Adds a toolbar button to save the current page to hackershare.dev
Dateigröße 27.84 KB
Installationsanzahl 192
Aktuelle Version 6
Letztes Update 2020-10-15
Veröffentlichungsdatum 2020-08-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Hooopo
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hackershare.dev
Hilfeseite URL https://hackershare.dev
Unterstützte Sprachen 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
}