TheShare

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

Co to jest TheShare?

TheShare to rozszerzenie Chrome opracowane przez http://ahmed-badawy.com, a jego główną funkcją jest „Share Every Thing Every Where. Share Any thing to all known social media websites”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia TheShare

Pobierz pliki rozszerzeń TheShare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TheShare TheShare
ID ighbcekeolbcaimlofkjjmnkejlnelaf
Oficjalny URL https://chrome.google.com/webstore/detail/ighbcekeolbcaimlofkjjmnkejlnelaf
Opis Share Every Thing Every Where. Share Any thing to all known social media websites
Rozmiar pliku 904 KB
Liczba instalacji 194
Aktualna Wersja 2.6
Ostatnia Aktualizacja 2019-01-08
Data Publikacji 2019-01-08
Ocena 4.22/5 Łącznie 18 Oceny
Deweloper http://ahmed-badawy.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://ahmed-badawy.com/extensions/TheShare
Obsługiwane Języki 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"
            ]
        }
    ]
}