"Post on VK" Button

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

ما هو "Post on VK" Button؟

"Post on VK" Button هو إضافة Chrome تم تطويرها بواسطة www.pretty-tools.com، والميزة الرئيسية لها هي "Provides easy way for VK users to rapidly share materials with friends.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة "Post on VK" Button

قم بتنزيل ملفات الامتداد "Post on VK" Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم "Post on VK" Button
ID jibhdmmjibghbdidboicahioanhpofbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn
الوصف Provides easy way for VK users to rapidly share materials with friends.
حجم الملف 24.85 KB
عدد التثبيتات 692
النسخة الحالية 1.0.0.3
آخر تحديث 2012-07-16
تاريخ النشر 2012-07-16
تقييم 3.91/5 مجموع تقييمات 22
المطور www.pretty-tools.com
نوع الدفع free
موقع الإضافة http://vkontakte.pretty-tools.com/
عنوان صفحة المساعدة http://vkontakte.pretty-tools.com/contact_us.php
اللغات المدعومة 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"
    }
}