Framer Code Generator

Framer snippets included for fast prototyping.

Framer Code Generatorとは何ですか?

Framer Code Generatorはruucm.aによって開発されたChromeの拡張機能で、その主な機能は「Framer snippets included for fast prototyping.」です。

拡張機能のスクリーンショット

screenshot

Framer Code Generator拡張機能のCRXファイルをダウンロード

Framer Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A code generator for helping fast prototyping on Framer Web.

It includes useful snippets for prototyping on Framer Web.

* Framer Web - https://framer.com/projects                    

拡張機能の基本情報

名前 Framer Code Generator Framer Code Generator
ID lijpejhigjbpnfgonmnknknaoneddjei
公式URL https://chromewebstore.google.com/detail/framer-code-generator/lijpejhigjbpnfgonmnknknaoneddjei
説明 Framer snippets included for fast prototyping.
ファイルサイズ 243 KB
インストール数 276
現在のバージョン 0.1.0
最終更新日 2021-01-04
公開日 2021-01-04
開発者 ruucm.a
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Framer snippets included for fast prototyping.",
    "version": "0.1.0",
    "name": "Framer Code Generator",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "contextMenus"
    ],
    "commands": {
        "toggle-feature-foo": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Toggle feature foo"
        },
        "toggle-feature-foo2": {
            "suggested_key": {
                "default": "Alt+Shift+Y",
                "mac": "Alt+Shift+Y"
            },
            "description": "Toggle feature foo2"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "windows": "Alt+Shift+G",
                "mac": "Alt+Shift+G"
            }
        },
        "NO-suggested-key": {
            "description": "user must specify shortcut keys for this from the extensions page"
        }
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}