Twitter Share

Allows you to share text,images,content,links,pages,etc. to your twitter account

Co to jest Twitter Share?

Twitter Share to rozszerzenie Chrome opracowane przez owaiskazi19, a jego główną funkcją jest „Allows you to share text,images,content,links,pages,etc. to your twitter account”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitter Share

Pobierz pliki rozszerzeń Twitter Share 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

                        Now no need to open every time your twitter account,log in and then tweet anything. You can directly share any selected text,image,link or any page directly to your twitter profile with this extension.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Oficjalny URL https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Opis Allows you to share text,images,content,links,pages,etc. to your twitter account
Rozmiar pliku 12.12 KB
Liczba instalacji 204
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-02-14
Data Publikacji 2016-02-14
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper owaiskazi19
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Share",
    "description": "Allows you to share text,images,content,links,pages,etc. to your twitter account",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}