Shopify Edit Button

Add a button to edit the displayed shopify blog post and pages

Shopify Edit Buttonとは何ですか?

Shopify Edit ButtonはAndrea Dragottaによって開発されたChromeの拡張機能で、その主な機能は「Add a button to edit the displayed shopify blog post and pages」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Shopify Edit Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension covers a missing feature in shopify. You have an "Edit" button for products, but not for blog posts or pages!
This extension will add a button that, once clicked, will redirect you to the backoffice and let you edit your post on the fly.

- v. 1.0.2: Added edit buttons for products
- v. 1.0.1: Added edit buttons also for other types of shopify pages (collections/blogs) and a button to the admin site on the homepage


(screenshots made available thanks to the concession of modaedesign.com)                    

拡張機能の基本情報

名前 Shopify Edit Button Shopify Edit Button
ID jjbnjnahlifmjniecpefeapddjedbhff
公式URL https://chromewebstore.google.com/detail/shopify-edit-button/jjbnjnahlifmjniecpefeapddjedbhff
説明 Add a button to edit the displayed shopify blog post and pages
ファイルサイズ 34.67 KB
インストール数 104
現在のバージョン 1.0.2
最終更新日 2022-10-15
公開日 2022-06-22
評価 5.00/5 合計 1 レビュー
開発者 Andrea Dragotta
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopify Edit Button",
    "version": "1.0.2",
    "description": "Add a button to edit the displayed shopify blog post and pages",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "libraries\/bgscript.js",
                "injected.js"
            ],
            "css": [
                "injected.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "shopify-btn.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/logo16.png",
            "32": "icons\/logo32.png",
            "48": "icons\/logo48.png"
        }
    },
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png"
    },
    "options_page": "options.html",
    "manifest_version": 3
}