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
电子邮箱 [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"
            ]
        }
    ]
}