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”。
擴展截圖
下載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 |
ID | pinmchdpdbjbhijbagmealcojjpeebmh |
官方網址 | 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 } |