"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.
扩展基本信息
名称 | "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" } } |