"Post on VK" Button
Provides easy way for VK users to rapidly share materials with friends.
Was ist "Post on VK" Button?
"Post on VK" Button ist eine Chrome-Erweiterung, die von www.pretty-tools.com entwickelt wurde, und ihr Hauptmerkmal ist "Provides easy way for VK users to rapidly share materials with friends.".
Erweiterungsscreenshots
"Post on VK" Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie "Post on VK" Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jibhdmmjibghbdidboicahioanhpofbn |
| Offizielle URL | https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn |
| Beschreibung | Provides easy way for VK users to rapidly share materials with friends. |
| Dateigröße | 24.85 KB |
| Installationsanzahl | 692 |
| Aktuelle Version | 1.0.0.3 |
| Letztes Update | 2012-07-16 |
| Veröffentlichungsdatum | 2012-07-16 |
| Bewertung | 3.91/5 Insgesamt 22 Bewertungen |
| Entwickler | www.pretty-tools.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://vkontakte.pretty-tools.com/ |
| Hilfeseite URL | http://vkontakte.pretty-tools.com/contact_us.php |
| Unterstützte Sprachen | 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"
}
} | |