ExpressShare Button

Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.

ExpressShare Button란 무엇입니까?

ExpressShare Button은(는) Expressshare Shareware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ExpressShare Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Have you ever wished you could share a link / crosspost to several Social Media sites without all the copy & paste hassle? Us too! 

Disappointed that no sites have a 'Share to Parler' or 'Share to MeWe' Button? Us too!

Have you ever wanted to add a Tagline/Signature to your posts? Us too!

The ExpressShare Button does it.

Clicking  the ExpressShare Button will share the current web page on Twitter, Parler, Facebook and MeWe. It loads whatever web site you are on into the posting dialog for any or all of these Social Media sites. All you need to do is click the submit buttons.

A simple Options page allows you to choose any combination of posting to Twitter, Parler, Facebook and MeWe. Just right-click on our icon to access the options.

You can even automatically add a Tagline/Signature to each post! 

Other options include selecting a snippet of text from a web page, right-clicking, and posting that link with the context you have selected. You can even right-click on a link and post it directly.

Twitter
Parler
Facebook
MeWe                    

확장 프로그램 기본 정보

이름 ExpressShare Button ExpressShare Button
ID meehjdnjjpdjnlgjliagmagmlalnibjl
공식 URL https://chromewebstore.google.com/detail/expressshare-button/meehjdnjjpdjnlgjliagmagmlalnibjl
설명 Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.
파일 크기 392 KB
설치 횟수 82
현재 버전 0.2.3
최근 업데이트 2020-12-03
출시 날짜 2020-11-24
평점 4.00/5 총 4 개의 평점
개발자 Expressshare Shareware
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://expressshare.com/ExpressShareButton.html
도움말 페이지 URL http://expressshare.com/ExpressShareButton.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/128.png",
        "default_title": "ExpressShare Button"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "description": "Share current tab, links and selected text on Parler, WeWe, Twitter and Facebook.",
    "icons": {
        "128": "static\/128.png",
        "16": "static\/16.png",
        "32": "static\/32.png",
        "48": "static\/48.png"
    },
    "manifest_version": 2,
    "name": "ExpressShare Button",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "0.2.3"
}