Friends+Me
Friends+Me is the best way to share great content to Google+,Twitter,Facebook,Tumblr,LinkedIn and Pinterest from ANYWHERE on the web
Friends+Me란 무엇입니까?
Friends+Me은(는) https://friendsplus.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Friends+Me is the best way to share great content to Google+,Twitter,Facebook,Tumblr,LinkedIn and Pinterest from ANYWHERE on the web"입니다.
확장 프로그램 스크린샷
Friends+Me 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**Keyboard shortcuts** Show share dialog ... Ctrl+Shift+K or ⌘+Shift+K **Editor shortcuts** Bold style ... Ctrl+B Italic style ... Ctrl+I **How to configure this extension?** In the extensions area to the right of the address bar, right-click the Friends+Me icon and from menu pick Options. This product is not affiliated with Google. ========== Changelog ========== v1.7.14 (2017-08-16): (fix) fixed Google login v1.7.11 (2017-08-09): (general) complete rewrite and code simplification
확장 프로그램 기본 정보
이름 | |
ID | pjdlcblehpgcjmpmopkipiinbdeemmaa |
공식 URL | https://chrome.google.com/webstore/detail/friends+me/pjdlcblehpgcjmpmopkipiinbdeemmaa |
설명 | Friends+Me is the best way to share great content to Google+,Twitter,Facebook,Tumblr,LinkedIn and Pinterest from ANYWHERE on the web |
파일 크기 | 37.54 KB |
설치 횟수 | 88 |
현재 버전 | 1.7.14 |
최근 업데이트 | 2017-08-16 |
출시 날짜 | 2017-08-16 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | https://friendsplus.me |
결제 유형 | free |
도움말 페이지 URL | http://help.friendsplus.me |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "manifest_version": 2, "description": "__MSG_appDescription__", "short_name": "__MSG_appShortName__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "homepage_url": "https:\/\/friendsplus.me", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "css": [ "styles\/googleplus.css" ], "js": [ "scripts\/googleplus-inject.js" ], "all_frames": true, "matches": [ "*:\/\/plus.google.com\/*" ] }, { "js": [ "scripts\/shareimage-inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "js": [ "scripts\/share.js" ], "css": [ "styles\/share.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Friends+Me" }, "web_accessible_resources": [ "icons\/icon-19.png", "icons\/icon-38.png", "icons\/icon-128.png" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "Share with Friends+Me" }, "share": { "suggested_key": { "default": "Ctrl+Shift+K", "mac": "Command+Shift+K" }, "description": "Share with Friends+Me" } }, "version": "1.7.14" } |