Discord Easy Share Free

Let you share your current tab url with the discord chat previously configured.

Discord Easy Share Freeとは何ですか?

Discord Easy Share FreeはAIMX Softwareによって開発されたChromeの拡張機能で、その主な機能は「Let you share your current tab url with the discord chat previously configured.」です。

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

screenshot
screenshot
screenshot

Discord Easy Share Free拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Allows you to share your current tab page with a previously configured Discord chat, just with a right click!

To configure it, you need to enter in the configuration of the extension and then paste the webhook URL of the desired chat.

To create a webhook for a chat and get its URL ask its admin to follow these steps: https://support.discordapp.com/hc/en-us/articles/228383668?page=2

This is a free version to try its primary element, check the paid one which have more features and if you like it buy it to support the project.

New features will be added to the paid version, if it grows more this version would be updated with more features!

This is a project made in my free time to be used in private, it is published for people who would see it useful. Also, my first language is not english, so please do not hesitate in communicate any text errors.

Contact info: [email protected]

Please be as clear as possible, helps a lot.                    

拡張機能の基本情報

名前 Discord Easy Share Free Discord Easy Share Free
ID ckfejipjdkdjicjgecdgdacnomelbhii
公式URL https://chromewebstore.google.com/detail/discord-easy-share-free/ckfejipjdkdjicjgecdgdacnomelbhii
説明 Let you share your current tab url with the discord chat previously configured.
ファイルサイズ 307 KB
インストール数 1,095
現在のバージョン 1.1.1
最終更新日 2017-01-02
公開日 2017-01-02
評価 3.80/5 合計 5 レビュー
開発者 AIMX Software
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Easy Share Free",
    "short_name": "DscrdShareFree",
    "description": "Let you share your current tab url with the discord chat previously configured.",
    "version": "1.1.1",
    "minimum_chrome_version": "38",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "assets\/share-discord-icon-16.png",
        "48": "assets\/share-discord-icon-48.png",
        "128": "assets\/share-discord-icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}