"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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides easy way for VK users to rapidly share materials with friends."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में "Post on VK" Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |