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
官方網址 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
電子郵箱 [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'"
}