ClickTweet

Tweet whatever you are viewing (text, images, links etc) with a right-click!

Co je ClickTweet?

ClickTweet je rozšíření Chrome vyvinuté https://idamo.github.io, a jeho hlavní funkcí je „Tweet whatever you are viewing (text, images, links etc) with a right-click!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ClickTweet

Stáhněte si soubory rozšíření ClickTweet 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í

                        LiveTweeting your favorite show? No need to pause! Reading a fascinating article? No need to leave the page!

ClickTweet is a simple extension which allows Twitter users to simply right-click the content they want to tweet (be it a page, image, link or highlighted text) and tweet directly. Here's the catch: You don't even need to manually open Twitter to post! Simply tweet what you want without having to leave what you are currently working on. 

Ever wanted to share text, the link to a page, image or hyperlink and had to:
* Copy content
* Open Twitter
* Click the "New Tweet" button
* Then post the tweet, before going back to what you were viewing?

Sounds like such a hassle, doesn't it? 

Here's where we come in.

ClickTweet's procedure is really simple:
* Right-click content to be tweeted
* Select ClickTweet
* Tweet the content

Simple as it ought to be, right?

DISCLAIMER: For security reasons, ClickTweet does not ask or store your passwords (so no worries).                    

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

Název ClickTweet ClickTweet
ID iemenfddoiochmlhbdbggjamfpjcclpd
Oficiální URL https://chromewebstore.google.com/detail/clicktweet/iemenfddoiochmlhbdbggjamfpjcclpd
Popis Tweet whatever you are viewing (text, images, links etc) with a right-click!
Velikost souboru 28.95 KB
Počet instalací 172
Aktuální Verze 1.1
Poslední Aktualizace 2015-09-18
Datum Vydání 2015-09-18
Hodnocení 3.50/5 Celkem 6 Hodnocení
Vývojář https://idamo.github.io
Typ Platby free
Webové stránky Rozšíření http://idamo.github.io/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClickTweet",
    "description": "Tweet whatever you are viewing (text, images, links etc) with a right-click!",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "64": "icon2.png",
        "32": "icon2.png",
        "16": "icon2.png",
        "128": "icon2.png"
    },
    "permissions": [
        "contextMenus"
    ]
}