Extension Exporter

Export name and URL of all installed extensions into an HTML file.

Extension Exporter란 무엇입니까?

Extension Exporter은(는) asheroto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export name and URL of all installed extensions into an HTML file."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Extension Exporter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ★ As of version 1.1.1, the HTML filename now includes the date ★

Extension Exporter is a Chrome extension designed to export the names and URLs of all your installed extensions into an HTML file. This extension is the reimagined edition of the previously available extension named 'Export links of all extensions', which was removed from the Chrome Web Store due to security concerns. This extension is fully open-source to ensure transparency and safety. The icon has also been redesigned from the original.

Features:
- Export installed extension names and URLs into an organized HTML file, with enabled and disabled extensions clearly separated
- Easy-to-use: just click the extension button at the top-right of your browser and the HTML file is generated instantly
- All code runs locally: extension does not make any connection to remote servers

Open Source:
This extension is fully open-source to ensure both transparency and security. You can view and even contribute to the source code by visiting our GitHub repository: https://github.com/asheroto/Extension-Exporter

Contributing Guidelines: 
We value community contributions and encourage you to get involved. For issues, feature requests, or code contributions, please visit our GitHub repository. 

- If you come across any issues, open a new issue on GitHub.
- To suggest new features, you can also submit an issue.
- If you wish to contribute code, we accept Pull Requests. Be sure to read our contributing guidelines for the required code style.

Detailed instructions on how to contribute can be found on our GitHub page. Thank you for helping to improve our Chrome extension.                    

확장 프로그램 기본 정보

이름 Extension Exporter Extension Exporter
ID doikmfpjbcjjimnbablebijofdbgfepb
공식 URL https://chromewebstore.google.com/detail/extension-exporter/doikmfpjbcjjimnbablebijofdbgfepb
설명 Export name and URL of all installed extensions into an HTML file.
파일 크기 15.41 KB
설치 횟수 1,000
현재 버전 1.1.1
최근 업데이트 2024-02-08
출시 날짜 2023-10-24
평점 5.00/5 총 6 개의 평점
개발자 asheroto
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/asheroto/Extension-Exporter
도움말 페이지 URL https://github.com/asheroto/Extension-Exporter/issues
지원되는 언어 en
manifest.json
{
    "action": {
        "default_icon": "img\/16.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Export name and URL of all installed extensions into an HTML file.",
    "homepage_url": "https:\/\/github.com\/asheroto\/Extension-Exporter",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 3,
    "name": "Extension Exporter",
    "offline_enabled": true,
    "permissions": [
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1"
}