Share Tools

Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.

Share Tools란 무엇입니까?

Share Tools은(는) https://browsernative.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Share Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Supports many popular sites and services. You can easily add your favorite site.

Visit our homepage for details: https://browsernative.com/share-tools-extension/                    

확장 프로그램 기본 정보

이름 Share Tools Share Tools
ID pbbbcphofkjkmbadhjioamnnbphgeghd
공식 URL https://chromewebstore.google.com/detail/share-tools/pbbbcphofkjkmbadhjioamnnbphgeghd
설명 Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.
파일 크기 101 KB
설치 횟수 2,621
현재 버전 0.0.19
최근 업데이트 2021-04-20
출시 날짜 2020-04-18
평점 4.89/5 총 18 개의 평점
개발자 https://browsernative.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browsernative.com/share-tools-extension/
도움말 페이지 URL https://browsernative.com/share-tools-extension/
개인정보 보호 정책 페이지 URL https://browsernative.com/extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon128.png",
        "default_title": "Share Tools",
        "default_popup": "\/html\/popup.html"
    },
    "description": "Share the current page on Twitter, FB, Reddit and many popular sites. Add your favorite site.",
    "homepage_url": "https:\/\/browsernative.com\/share-tools-extension\/",
    "icons": {
        "128": "static\/icon128.png",
        "48": "static\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Share Tools",
    "version": "0.0.19",
    "permissions": [
        "activeTab"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "html\/*.html"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    }
}