"Post on VK" Button

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

"Post on VK" Button là gì?

"Post on VK" Button là một tiện ích mở rộng Chrome được phát triển bởi www.pretty-tools.com, và tính năng chính của nó là "Provides easy way for VK users to rapidly share materials with friends.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng "Post on VK" Button

Tải xuống các tệp mở rộng "Post on VK" Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên "Post on VK" Button
ID jibhdmmjibghbdidboicahioanhpofbn
URL Chính Thức https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn
Mô tả Provides easy way for VK users to rapidly share materials with friends.
Kích Thước Tệp 24.85 KB
Số Lần Cài Đặt 692
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2012-07-16
Ngày Phát Hành 2012-07-16
Đánh Giá 3.91/5 Tổng số 22 Đánh Giá
Nhà Phát Triển www.pretty-tools.com
Loại Thanh Toán free
Trang Web Mở Rộng http://vkontakte.pretty-tools.com/
URL Trang Trợ Giúp http://vkontakte.pretty-tools.com/contact_us.php
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}