hackershare

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

hackershare là gì?

hackershare là một tiện ích mở rộng Chrome được phát triển bởi Hooopo, và tính năng chính của nó là "Adds a toolbar button to save the current page to hackershare.dev".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng hackershare

Tải xuống các tệp mở rộng hackershare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên hackershare hackershare
ID pinmchdpdbjbhijbagmealcojjpeebmh
URL Chính Thức https://chromewebstore.google.com/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Mô tả Adds a toolbar button to save the current page to hackershare.dev
Kích Thước Tệp 27.84 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 6
Cập Nhật Lần Cuối 2020-10-15
Ngày Phát Hành 2020-08-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Hooopo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hackershare.dev
URL Trang Trợ Giúp https://hackershare.dev
Ngôn Ngữ Được Hỗ Trợ 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
}