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 |
公式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 |
Eメール | [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 } |