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 |
官方網址 | 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) |
電子郵箱 | [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" } } |