Share Extensions

Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.

什麼是Share Extensions?

Share Extensions是由http://printminion.com開發的Chrome擴展程式,該擴展的主要功能是“Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.”。

擴展截圖

screenshot
screenshot
screenshot

下載Share Extensions擴展crx文件

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

擴展使用說明

                        Export your favorite Google Chrome™ extensions as:
 * BBCode
 * HTML
 * Wiki
 * Text  
 * Markdown  


Share your favorite Google Chrome™ extensions via, Twitter, Google Mail™

Also you can directly enable/disable the extensions.

Follow us on twitter: http://twitter.com/ShareExtensions
Use the bug tracker for bug reporting: https://github.com/printminion/chromeExtensionsShare/issues
Add your translation here: http://www.getlocalization.com/ChromeExtensionsShare

What's new
v 0.1.12
- migrated to manifest_version 3

v 0.1.10
- fixed dialog scrolling                    

擴展基本資訊

名稱 Share Extensions Share Extensions
ID chdafcbnfkfenoeejpaeenpdamhmalhe
官方網址 https://chrome.google.com/webstore/detail/share-extensions/chdafcbnfkfenoeejpaeenpdamhmalhe
簡介 Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.
檔案大小 24.81 MB
安裝次數 5,833
目前版本 0.1.12
更新時間 2021-04-19
上架時間 2019-06-09
評分 4.04/5 共 99 次評分
開發者 http://printminion.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/printminion/chromeExtensionsShare/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.1.12",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "icons": {
        "19": "images\/icon19.png",
        "24": "images\/icon24.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "management"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    }
}