Tweet The Page

Tweet the current page from the address bar

Apa itu Tweet The Page?

Tweet The Page adalah ekstensi Chrome yang dikembangkan oleh Tiny Web Apps, dan fitur utamanya adalah "Tweet the current page from the address bar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tweet The Page

Unduh file ekstensi Tweet The Page 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

                        Quickly share the page you're browsing on Twitter, right from the address bar (omnibox). When you click the icon in the address bar, a new tab will open with the tweet prepared for you. You can then edit it or send straight away.

Version 2.0.0 - Sharing panel opens in separate window.                    

Informasi Dasar Ekstensi

Nama Tweet The Page Tweet The Page
ID clddnmnohefheaijfieeahbglfdencoe
URL Resmi https://chromewebstore.google.com/detail/tweet-the-page/clddnmnohefheaijfieeahbglfdencoe
Deskripsi Tweet the current page from the address bar
Ukuran File 689 KB
Jumlah Instalasi 58
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2015-04-24
Tanggal Publikasi 2015-04-24
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Tiny Web Apps
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tweet The Page",
    "version": "2.0.0",
    "author": "Tiny Web Apps",
    "description": "Tweet the current page from the address bar",
    "icons": {
        "16": "img\/icon-x16.png",
        "48": "img\/icon-x48.png",
        "128": "img\/icon-x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "img\/icon-x19.png",
            "38": "img\/icon-x38.png"
        },
        "default_title": "Tweet this Page"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}