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ファイルをダウンロード
Hypershoot - Inspiration that stays拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |