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
什麼是V4P Social Share - URL Shortener & Sharer?
V4P Social Share - URL Shortener & Sharer是由https://www.v4p.it開發的Chrome擴展程式,該擴展的主要功能是“Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network”。
擴展截圖
下載V4P Social Share - URL Shortener & Sharer擴展crx文件
下載V4P Social Share - URL Shortener & Sharer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | V4P Social Share - URL Shortener & Sharer |
ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
官方網址 | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
簡介 | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
檔案大小 | 30.59 KB |
安裝次數 | 40 |
目前版本 | 1.0.1 |
更新時間 | 2014-08-01 |
上架時間 | 2014-08-01 |
評分 | 5.00/5 共 7 次評分 |
開發者 | https://www.v4p.it |
付費類型 | free |
擴展官網 | http://www.v4p.it |
說明頁面URL | http://www.v4p.it/Home/About |
支援的語言 | 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" } } |