Direct links to social media
Quick links to Facebook, Twitter, Myspace, and other top social networks.
Direct links to social mediaとは何ですか?
Direct links to social mediaはRobert Rioja (miapuffia)によって開発されたChromeの拡張機能で、その主な機能は「Quick links to Facebook, Twitter, Myspace, and other top social networks.」です。
拡張機能のスクリーンショット
Direct links to social media拡張機能のCRXファイルをダウンロード
Direct links to social media拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The latest update added much needed color! By clicking this extension, you will see links to... Steam Chat QuizUp YouTube Messages Google+ Quora BadOo Reddit ooVoo Web Snapchat Cafemom NING Mylife DeviantART Vine Twitter Skype Web Linkedin Instagram Livejournal Tumblr Facebook MySpace Orkut Pinterest Meetup Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
拡張機能の基本情報
名前 | |
ID | kkaepghmhcnkbefbmddlfldaogmcjgki |
公式URL | https://chrome.google.com/webstore/detail/direct-links-to-social-me/kkaepghmhcnkbefbmddlfldaogmcjgki |
説明 | Quick links to Facebook, Twitter, Myspace, and other top social networks. |
ファイルサイズ | 563 KB |
インストール数 | 603 |
現在のバージョン | 5 |
最終更新日 | 2016-08-14 |
公開日 | 2016-08-14 |
評価 | 4.50/5 合計 8 レビュー |
開発者 | Robert Rioja (miapuffia) |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Direct links to social media", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "5", "description": "Quick links to Facebook, Twitter, Myspace, and other top social networks.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |