"Post on VK" Button

Provides easy way for VK users to rapidly share materials with friends.

Apa itu "Post on VK" Button?

"Post on VK" Button adalah ekstensi Chrome yang dikembangkan oleh www.pretty-tools.com, dan fitur utamanya adalah "Provides easy way for VK users to rapidly share materials with friends.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi "Post on VK" Button

Unduh file ekstensi "Post on VK" Button 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

                        Add-on "Post on VK" Button provides easy way for VK users (vk.com/vkontakte.ru) to rapidly share materials with friends even if there is no embedded "Post on VK" button on website.                    

Informasi Dasar Ekstensi

Nama "Post on VK" Button
ID jibhdmmjibghbdidboicahioanhpofbn
URL Resmi https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn
Deskripsi Provides easy way for VK users to rapidly share materials with friends.
Ukuran File 24.85 KB
Jumlah Instalasi 692
Versi Saat Ini 1.0.0.3
Terakhir Diperbarui 2012-07-16
Tanggal Publikasi 2012-07-16
Penilaian 3.91/5 Total 22 Penilaian
Pengembang www.pretty-tools.com
Tipe Pembayaran free
Situs Ekstensi http://vkontakte.pretty-tools.com/
URL Halaman Bantuan http://vkontakte.pretty-tools.com/contact_us.php
Bahasa yang Didukung en,ru,uk
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0.3",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "icons": {
        "16": "images\/logo16x16.png",
        "48": "images\/logo48x48.png",
        "128": "images\/logo128x128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "minimum_chrome_version": "18.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_icon": "images\/logo16x16.png"
    }
}