Quicksand

The quicksand extension allows you to edit copy on your landing page using GPT-3.

什麼是Quicksand?

Quicksand是由https://quicksand.ai開發的Chrome擴展程式,該擴展的主要功能是“The quicksand extension allows you to edit copy on your landing page using GPT-3.”。

擴展截圖

screenshot

下載Quicksand擴展crx文件

下載Quicksand擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The quicksand extension allows you to edit copy on your landing page using GPT-3. The extension is used in conjunction with the web app https://quicksand.ai                    

擴展基本資訊

名稱 Quicksand Quicksand
ID poidppbhdpcdinommcpjofcdnkapephj
官方網址 https://chromewebstore.google.com/detail/quicksand/poidppbhdpcdinommcpjofcdnkapephj
簡介 The quicksand extension allows you to edit copy on your landing page using GPT-3.
檔案大小 2.66 MB
安裝次數 49
目前版本 1.5.3
更新時間 2021-05-27
上架時間 2020-12-09
評分 5.00/5 共 1 次評分
開發者 https://quicksand.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://quicksand.ai
說明頁面URL https://quicksand.ai
隱私政策頁面URL https://figment.so/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Quicksand",
    "name": "Quicksand",
    "description": "The quicksand extension allows you to edit copy on your landing page using GPT-3.",
    "version": "1.5.3",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Quicksand Editor",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*",
            "https:\/\/quicksand.ai\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}