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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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) |
이메일 | [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" } } |