TheShare

Share Every Thing Every Where. Share Any thing to all known social media websites

TheShareとは何ですか?

TheShareはhttp://ahmed-badawy.comによって開発されたChromeの拡張機能で、その主な機能は「Share Every Thing Every Where. Share Any thing to all known social media websites」です。

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

screenshot
screenshot
screenshot

TheShare拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The Must Have extension for all (Opera/Chrome) users.

Share Every Thing Every Where.
    1- Important social website's link shortcuts

    2- Share Any Text Selection, Web Page, Image, Link, or Even video & audio Elements to all known social media websites:-
    Facebook , Twitter , Google+ , Linked-In , Pinterest , Tumblr , StumbleUpOn , VK , Xing , Reddit , Or enven Send An Email and many many other plateforms. 

    3- help you send email faster                    

拡張機能の基本情報

名前 TheShare TheShare
ID ighbcekeolbcaimlofkjjmnkejlnelaf
公式URL https://chrome.google.com/webstore/detail/ighbcekeolbcaimlofkjjmnkejlnelaf
説明 Share Every Thing Every Where. Share Any thing to all known social media websites
ファイルサイズ 904 KB
インストール数 194
現在のバージョン 2.6
最終更新日 2019-01-08
公開日 2019-01-08
評価 4.22/5 合計 18 レビュー
開発者 http://ahmed-badawy.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://ahmed-badawy.com/extensions/TheShare
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TheShare",
    "description": "Share Every Thing Every Where. Share Any thing to all known social media websites",
    "version": "2.6",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dom_access.js"
            ]
        }
    ]
}