Hypershoot - Inspiration that stays

Capture fullpage snapshots of your favorite websites & organize them.

Hypershoot - Inspiration that stays क्या है?

Hypershoot - Inspiration that stays https://hypershoot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture fullpage snapshots of your favorite websites & organize them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hypershoot - Inspiration that stays एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}