QuickTweet
A Twitter ToolKit by Will
Cos'è QuickTweet?
QuickTweet è un'estensione di Chrome sviluppata da cobwebsteruk, e la sua funzione principale è "A Twitter ToolKit by Will".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuickTweet
Scarica i file di estensione QuickTweet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        A Quick Tweeting tool which allows you to tweet selections, pages, images and URLS without the need of typing or going to twitter.
Right click anywhere on a page to tweet the page URL
Right click selected text to tweet the text
Right click a image to tweet the image
Right click a link to tweet the link                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | glongeojkcbhnkhjjlbijdcfgmndigjp | 
| URL Ufficiale | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp | 
| Descrizione | A Twitter ToolKit by Will | 
| Dimensione del File | 15.44 KB | 
| Conteggio Installazioni | 140 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2017-07-10 | 
| Data di Pubblicazione | 2017-07-10 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | cobwebsteruk | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickTweet",
    "description": "A Twitter ToolKit by Will",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "64": "bigicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "contextMenus"
    ]
}  |  |