Twitter Share

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

Co je Twitter Share?

Twitter Share je rozšíření Chrome vyvinuté owaiskazi19, a jeho hlavní funkcí je „Allows you to share text,images,content,links,pages,etc. to your twitter account“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitter Share

Stáhněte si soubory rozšíření Twitter Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter Share Twitter Share
ID oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Oficiální URL https://chromewebstore.google.com/detail/twitter-share/oocnenjpcdbjlnhcjfnbjkjlfcdlnlfn
Popis Allows you to share text,images,content,links,pages,etc. to your twitter account
Velikost souboru 12.12 KB
Počet instalací 204
Aktuální Verze 1.0
Poslední Aktualizace 2016-02-14
Datum Vydání 2016-02-14
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář owaiskazi19
Typ Platby free
Podporované Jazyky 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"
    ]
}