Share Extensions

Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.

Share Extensions란 무엇입니까?

Share Extensions은(는) http://printminion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Export your favorite Google Chrome™ extensions as:
 * BBCode
 * HTML
 * Wiki
 * Text  
 * Markdown  


Share your favorite Google Chrome™ extensions via, Twitter, Google Mail™

Also you can directly enable/disable the extensions.

Follow us on twitter: http://twitter.com/ShareExtensions
Use the bug tracker for bug reporting: https://github.com/printminion/chromeExtensionsShare/issues
Add your translation here: http://www.getlocalization.com/ChromeExtensionsShare

What's new
v 0.1.12
- migrated to manifest_version 3

v 0.1.10
- fixed dialog scrolling                    

확장 프로그램 기본 정보

이름 Share Extensions Share Extensions
ID chdafcbnfkfenoeejpaeenpdamhmalhe
공식 URL https://chrome.google.com/webstore/detail/share-extensions/chdafcbnfkfenoeejpaeenpdamhmalhe
설명 Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.
파일 크기 24.81 MB
설치 횟수 5,833
현재 버전 0.1.12
최근 업데이트 2021-04-19
출시 날짜 2019-06-09
평점 4.04/5 총 99 개의 평점
개발자 http://printminion.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/printminion/chromeExtensionsShare/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.1.12",
    "manifest_version": 3,
    "description": "__MSG_ext_description__",
    "icons": {
        "19": "images\/icon19.png",
        "24": "images\/icon24.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "management"
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "24": "images\/icon24.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        }
    }
}