"Post on VK" Button

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

Wat is "Post on VK" Button?

"Post on VK" Button is een Chrome-extensie ontwikkeld door www.pretty-tools.com, en de belangrijkste functie is "Provides easy way for VK users to rapidly share materials with friends.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie "Post on VK" Button

Download "Post on VK" Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam "Post on VK" Button
ID jibhdmmjibghbdidboicahioanhpofbn
Officiële URL https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn
Beschrijving Provides easy way for VK users to rapidly share materials with friends.
Bestandsgrootte 24.85 KB
Aantal Installaties 692
Huidige Versie 1.0.0.3
Laatst Bijgewerkt 2012-07-16
Publicatiedatum 2012-07-16
Beoordeling 3.91/5 Totaal 22 Beoordelingen
Ontwikkelaar www.pretty-tools.com
Betalingswijze free
Extensiewebsite http://vkontakte.pretty-tools.com/
Help Pagina-URL http://vkontakte.pretty-tools.com/contact_us.php
Ondersteunde Talen 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"
    }
}