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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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'"
}