Wordable - Export Google Docs to your Website

This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.

Wordable - Export Google Docs to your Websiteとは何ですか?

Wordable - Export Google Docs to your Websiteはdevによって開発されたChromeの拡張機能で、その主な機能は「This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.」です。

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

screenshot

Wordable - Export Google Docs to your Website拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Wordable helps you publish Google Docs to WordPress in 1-click.

Export in seconds (not hours)
Less VAs, interns, employees
Save 6-100+ hours/week
Individuals and teams save at least ~30-minutes per post, automating all the time-consuming HTML formatting fixes, optimizing content properly for SEO, and saving your recurring settings to publish all content consistently from now on.                    

拡張機能の基本情報

名前 Wordable - Export Google Docs to your Website Wordable - Export Google Docs to your Website
ID jjalmalmkfefeldfamplbenfhdbcnkpp
公式URL https://chromewebstore.google.com/detail/wordable-export-google-do/jjalmalmkfefeldfamplbenfhdbcnkpp
説明 This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.
ファイルサイズ 252 KB
インストール数 84
現在のバージョン 0.0.3
最終更新日 2023-02-12
公開日 2022-12-18
開発者 dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://wordable.io/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordable - Export Google Docs to your Website",
    "description": "This plugin allows you to instantly export Google Docs to WordPress, Medium and other destinations.",
    "homepage_url": "https:\/\/app.wordable.io",
    "version": "0.0.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Wordable",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo_active_16.png",
        "48": "images\/logo_active_48.png",
        "128": "images\/logo_active_128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/app.wordable.io\/*"
    ]
}