V4P Social Share - URL Shortener & Sharer
Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network
Hvad er V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer er en Chrome-udvidelse udviklet af https://www.v4p.it, og dens hovedfunktion er "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network".
Udvidelsesskærmbilleder
Download V4P Social Share - URL Shortener & Sharer-udvidelses-CRX-fil
Download V4P Social Share - URL Shortener & Sharer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Short your link with a single click and share it on main social networks such as Facebook, Twitter, Google+ and many others.
V4P - URL Shortener & Sharer you will create a simple button near your address bar.
If you click on it V4P will create a shortened URL (that you can freely distribute over the network) and will give you a simple way to share it on all social network if you want.
Let's try it now, it's free. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| Officiel URL | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
| Beskrivelse | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
| Filstørrelse | 30.59 KB |
| Antal Installationer | 40 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2014-08-01 |
| Udgivelsesdato | 2014-08-01 |
| Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
| Udvikler | https://www.v4p.it |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.v4p.it |
| Hjælpeside-URL | http://www.v4p.it/Home/About |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "V4P Social Share - URL Shortener & Sharer",
"short_name ": "Social Share",
"version": "1.0.1",
"description": "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network",
"icons": {
"128": "img\/v4p-icon.png"
},
"background": {
"persistent": false,
"scripts": [
"popup.js"
]
},
"permissions": [
"http:\/\/v4p.it\/",
"https:\/\/v4p.it\/",
"tabs"
],
"browser_action": {
"default_title": "",
"default_icon": "img\/v4p-icon.png",
"default_popup": "popup.html"
}
} | |