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. 拡張機能の基本情報
| 名前 | |
| ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
| 公式URL | 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"
}
} | |