hackershare

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

什么是hackershare?

hackershare是由Hooopo开发的Chrome扩展程序,该扩展的主要功能是“Adds a toolbar button to save the current page to hackershare.dev”。

扩展截图

screenshot

下载hackershare扩展crx文件

下载hackershare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}