"Post on VK" Button
Provides easy way for VK users to rapidly share materials with friends.
Cos'è "Post on VK" Button?
"Post on VK" Button è un'estensione di Chrome sviluppata da www.pretty-tools.com, e la sua funzione principale è "Provides easy way for VK users to rapidly share materials with friends.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione "Post on VK" Button
Scarica i file di estensione "Post on VK" Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | "Post on VK" Button |
ID | jibhdmmjibghbdidboicahioanhpofbn |
URL Ufficiale | https://chromewebstore.google.com/detail/post-on-vk-button/jibhdmmjibghbdidboicahioanhpofbn |
Descrizione | Provides easy way for VK users to rapidly share materials with friends. |
Dimensione del File | 24.85 KB |
Conteggio Installazioni | 692 |
Versione Corrente | 1.0.0.3 |
Ultimo Aggiornamento | 2012-07-16 |
Data di Pubblicazione | 2012-07-16 |
Valutazione | 3.91/5 Totale 22 Valutazioni |
Sviluppatore | www.pretty-tools.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://vkontakte.pretty-tools.com/ |
URL della Pagina di Aiuto | http://vkontakte.pretty-tools.com/contact_us.php |
Lingue Supportate | 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" } } |