QuickTweet
A Twitter ToolKit by Will
Hvad er QuickTweet?
QuickTweet er en Chrome-udvidelse udviklet af cobwebsteruk, og dens hovedfunktion er "A Twitter ToolKit by Will".
Udvidelsesskærmbilleder
Download QuickTweet-udvidelses-CRX-fil
Download QuickTweet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | glongeojkcbhnkhjjlbijdcfgmndigjp | 
| Officiel URL | https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp | 
| Beskrivelse | A Twitter ToolKit by Will | 
| Filstørrelse | 15.44 KB | 
| Antal Installationer | 140 | 
| Nuværende Version | 1.1 | 
| Senest Opdateret | 2017-07-10 | 
| Udgivelsesdato | 2017-07-10 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | cobwebsteruk | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
    ]
}  |  |