"Post on VK" Button

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

Qu'est-ce que "Post on VK" Button ?

"Post on VK" Button est une extension Chrome développée par www.pretty-tools.com, et sa fonction principale est "Provides easy way for VK users to rapidly share materials with friends.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension "Post on VK" Button

Téléchargez les fichiers d'extension "Post on VK" Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom "Post on VK" Button
ID jibhdmmjibghbdidboicahioanhpofbn
URL Officiel https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn
Description Provides easy way for VK users to rapidly share materials with friends.
Taille du Fichier 24.85 KB
Nombre d'Installations 692
Version Actuelle 1.0.0.3
Dernière Mise à Jour 2012-07-16
Date de Publication 2012-07-16
Évaluation 3.91/5 Total 22 Évaluations
Développeur www.pretty-tools.com
Type de Paiement free
Site Web de l'Extension http://vkontakte.pretty-tools.com/
URL de la Page d'Aide http://vkontakte.pretty-tools.com/contact_us.php
Langues Prises en Charge 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"
    }
}