hackershare

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

hackershare क्या है?

hackershare Hooopo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a toolbar button to save the current page to hackershare.dev"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में hackershare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
आधिकारिक URL https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
विवरण Adds a toolbar button to save the current page to hackershare.dev
फ़ाइल का आकार 27.84 KB
स्थापना संख्या 192
वर्तमान संस्करण 6
अंतिम अपडेट 2020-10-15
प्रकाशन तिथि 2020-08-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Hooopo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hackershare.dev
सहायता पृष्ठ URL https://hackershare.dev
समर्थित भाषाएँ 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
}