"Post on VK" Button
Provides easy way for VK users to rapidly share materials with friends.
"Post on VK" Buttonとは何ですか?
"Post on VK" Buttonはwww.pretty-tools.comによって開発されたChromeの拡張機能で、その主な機能は「Provides easy way for VK users to rapidly share materials with friends.」です。
拡張機能のスクリーンショット
"Post on VK" Button拡張機能のCRXファイルをダウンロード
"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.                     拡張機能の基本情報
| 名前 |   |  
| 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"
    }
}  |  |