hackershare

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

Qu'est-ce que hackershare ?

hackershare est une extension Chrome développée par Hooopo, et sa fonction principale est "Adds a toolbar button to save the current page to hackershare.dev".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension hackershare

Téléchargez les fichiers d'extension hackershare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
URL Officiel https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Description Adds a toolbar button to save the current page to hackershare.dev
Taille du Fichier 27.84 KB
Nombre d'Installations 192
Version Actuelle 6
Dernière Mise à Jour 2020-10-15
Date de Publication 2020-08-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur Hooopo
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hackershare.dev
URL de la Page d'Aide https://hackershare.dev
Langues Prises en Charge 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
}