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
公式URL 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
Eメール [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"
        }
    }
}