Hacker Tab
Customizable Hacker Themed New Tab For Chrome
Hacker Tab란 무엇입니까?
Hacker Tab은(는) https://stalkers.pk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Customizable Hacker Themed New Tab For Chrome"입니다.
확장 프로그램 스크린샷
Hacker Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Matrix based animated hacker theme with many search engines and Mr. Robot Wallpapers. Feel geeky and impress your friends with the cool animation in your chrome. Setting Menu can be accessed by moving cursor to left edge. Matrix can be customized to any colour of your liking through a colour picker. There are Mr. Robot Wallpapers are built in but any other wallpaper can be used from 'Custom Wallpaper' button.
확장 프로그램 기본 정보
이름 | Hacker Tab |
ID | olmfokfdiaekgfcpgjomahmkllgkanoa |
공식 URL | https://chromewebstore.google.com/detail/hacker-tab/olmfokfdiaekgfcpgjomahmkllgkanoa |
설명 | Customizable Hacker Themed New Tab For Chrome |
파일 크기 | 1.7 MB |
설치 횟수 | 5,000 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-08-27 |
출시 날짜 | 2019-10-17 |
평점 | 5.00/5 총 12 개의 평점 |
개발자 | https://stalkers.pk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/FahadYousafMahar/HackerTab |
도움말 페이지 URL | https://github.com/FahadYousafMahar/HackerTab#faqs |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "\/popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Customizable Hacker Themed New Tab For Chrome", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "96": "icons\/icon96-128.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "Hacker Tab", "short_name": "Hacker Tab", "web_accessible_resources": [ "css\/*.ttf", "js\/custom.min.js", "js\/script.min.js", "js\/jscolor.min.js", "js\/fast.min.js", "js\/def-settings-reloader.js", "js\/platform.min.js", "js\/sortable.min.js", "js\/perfect-scrollbar.min.js", "js\/init.js" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.js", "js\/init.js", "js\/script.min.js", "js\/jscolor.min.js", "js\/custom.min.js", "js\/fast.min.js", "js\/def-settings-reloader.js", "js\/platform.min.js", "js\/sortable.min.js", "js\/perfect-scrollbar.min.js", "autocomplete\/index.js", "js\/canvas\/matrix.js", "js\/canvas\/stars.js", "js\/canvas\/trails.js", "js\/canvas\/nodes.js", "js\/canvas\/nodes2x.js", "js\/canvas\/circuits.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "version": "1.0" } |