Share Helper

Helps to share title and url.

什麼是Share Helper?

Share Helper是由mss2011c開發的Chrome擴展程式,該擴展的主要功能是“Helps to share title and url.”。

擴展截圖

screenshot

下載Share Helper擴展crx文件

下載Share Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "Share Helper" helps to share title and url.

How to use
1.Click "Share Helper" icon to get title and url of current tab.
2.Click "copy to clipboard" to copy title and url.                    

擴展基本資訊

名稱 Share Helper Share Helper
ID pbaicnmajllojjjenolllikmiadmimfg
官方網址 https://chromewebstore.google.com/detail/share-helper/pbaicnmajllojjjenolllikmiadmimfg
簡介 Helps to share title and url.
檔案大小 32.96 KB
安裝次數 24
目前版本 1.3.0
更新時間 2021-09-11
上架時間 2016-01-27
開發者 mss2011c
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.3.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}