QuickTweet

A Twitter ToolKit by Will

Apa itu QuickTweet?

QuickTweet adalah ekstensi Chrome yang dikembangkan oleh cobwebsteruk, dan fitur utamanya adalah "A Twitter ToolKit by Will".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QuickTweet

Unduh file ekstensi QuickTweet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama QuickTweet QuickTweet
ID glongeojkcbhnkhjjlbijdcfgmndigjp
URL Resmi https://chromewebstore.google.com/detail/quicktweet/glongeojkcbhnkhjjlbijdcfgmndigjp
Deskripsi A Twitter ToolKit by Will
Ukuran File 15.44 KB
Jumlah Instalasi 140
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-07-10
Tanggal Publikasi 2017-07-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang cobwebsteruk
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}