"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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
    }
}