Hypershoot - Inspiration that stays
Capture fullpage snapshots of your favorite websites & organize them.
Hypershoot - Inspiration that stays란 무엇입니까?
Hypershoot - Inspiration that stays은(는) https://hypershoot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture fullpage snapshots of your favorite websites & organize them."입니다.
확장 프로그램 스크린샷
Hypershoot - Inspiration that stays 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hypershoot is a bookmarking tool made for designers. Save and manage your favorite pages on Hypershoot easily with our extension. Organize your favorite websites Organize your inspiration by boards, tag websites with your own keywords, rate the pages to quickly find what you need when you need it. Find and save your inspiration You can count on Hypershoot and its community of designers to discover the best websites and designs. With this Chrome extension, save websites to Hypershoot directly from your browser. Benchmark and share your library Use the boards to group your inspiration by project, client, team, etc. Every board can be shared and be viewed by anyone.
확장 프로그램 기본 정보
이름 | Hypershoot - Inspiration that stays |
ID | bcfgcokeemmbilmcfepjpfelbjfbnkpa |
공식 URL | https://chromewebstore.google.com/detail/hypershoot-inspiration-th/bcfgcokeemmbilmcfepjpfelbjfbnkpa |
설명 | Capture fullpage snapshots of your favorite websites & organize them. |
파일 크기 | 14.7 KB |
설치 횟수 | 1,687 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2018-10-08 |
출시 날짜 | 2018-10-08 |
평점 | 4.57/5 총 7 개의 평점 |
개발자 | https://hypershoot.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hypershoot - Inspiration that stays", "version": "1.0.4", "manifest_version": 2, "description": "Capture fullpage snapshots of your favorite websites & organize them.", "homepage_url": "https:\/\/hypershoot.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Save to Hypershoot", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+U", "mac": "Command+Shift+U", "chromeos": "Ctrl+Shift+U", "linux": "Ctrl+Shift+U" } } }, "content_security_policy": "script-src 'self' https:\/\/use.typekit.net https:\/\/ssl.google-analytics.com ; object-src 'self'" } |