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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |