"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 |
| 官方網址 | 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"
}
} | |