hackershare

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

hackershareคืออะไร?

hackershare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hooopo และคุณลักษณะหลักของมันคือ "Adds a toolbar button to save the current page to hackershare.dev"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย hackershare

ดาวน์โหลดไฟล์ส่วนขยาย 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
}