MindPane

Turns every web page into a Mind Map

Co to jest MindPane?

MindPane to rozszerzenie Chrome opracowane przez https://mindpane.net, a jego główną funkcją jest „Turns every web page into a Mind Map”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MindPane

Pobierz pliki rozszerzeń MindPane w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        MindPane visualizes the web page you are reading as a Mind Map, where you can quickly get the main structure of the document, and easily navigate through topics.

* Pleasantly read the document in a Mind Map
* Ads are eliminated in the Mind Map
* 16 Mind Map themes can be chosen
* 8 Mind Map Layouts can be chosen
* Export the Mind Map as a high quality PNG image

## How to use

After installing this extension, pin the MindPane extension to the browser toolbar.

According to the rules of the Extensions Store, extension can not work on the store pages and home page.

Please open any other article pages (for example, https://en.wikipedia.org/wiki/OpenAI) after installing this extension and click the MindPane icon from the browser toolbar to check how the extension will work on it.

## 16 Mind Map themes

- Business Blue
- Cherry Party
- Colorful Clear
- Colorful Fancy
- Concise Blue
- Deep Forest
- Distinctive
- Fresh
- Green Ray
- Monochrome
- Navigator
- Pragmatic
- Robotic
- Romantic
- Simplified
- Silent Night

## 8 Mind Map layouts

- Clockwise
- Anti-clockwise
- Left to Right
- Right to Left
- Downward
- Upward
- Leftward
- Rightward

## Feedback

Thanks for checking out MindPane - we'd really love to know your impression about this Chrome extension. Please don't hesitate to let us know your thoughts and suggestions!

Community: https://discord.gg/3Bbcd3yZNq
Email: [email protected]
Twitter: @jiakuan (http://twitter.com/jiakuan)

## Changelog

All notable changes to this extension will be documented in this section.

### [1.1.0] - 2023-08-22

- Added print support for preview content
- Fixed bookmark links issue for some websites
- Improved Mind Map text drawing algorithm

### [1.0.4] - 2023-03-21

- Improved the design of interaction between extension and web page
- Fixed code block display issue in preview area

### [1.0.3] - 2023-02-16

- Improved preview layout by not showing elements with empty text content

### [1.0.2] - 2023-02-14

- Fixed issues of show Mind Map on Sentry documentation pages and Github gist

### [1.0.1] - 2023-02-13

- Save user preferences of theme, layout, and splitter position
- Added a Discord community link on the sidebar

### [1.0.0] - 2023-02-08 

- Initial release including basic features                    

Podstawowe informacje o rozszerzeniu

Nazwa MindPane MindPane
ID ioimcileegaodabmbcnadppghhakneae
Oficjalny URL https://chromewebstore.google.com/detail/mindpane/ioimcileegaodabmbcnadppghhakneae
Opis Turns every web page into a Mind Map
Rozmiar pliku 1.06 MB
Liczba instalacji 20,000
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-08-23
Data Publikacji 2023-02-08
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper https://mindpane.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mindpane.net
Adres URL Strony Pomocy https://console.documentnode.io/contact
Adres URL Strony Polityki Prywatności https://documentnode.io/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/icon-128.png",
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        },
        "default_title": "Turns every web page into a Mind Map"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "description": "Turns every web page into a Mind Map",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhpDzlWwXyt8oeCWuRhggiPls+x6EUCE4kt9H1YyJvY53gQakwdRAz2I4xTQ2an71ZucYc0bX33h\/SVoIvYy2gxgW2o15E6J+jFdyPuuZElmGzRfGWPP+iPUzGLfAMAG7BfrtpMEcOJ9YOYeSBfV5CjSzw8xWxYZcJ6FcDHS66Y2Ca3NfesFFeiMvi5CyFyK3qq95pbQSHDqiZuD8Tpjh7nl0WTIUH17aw0aoCPxg988FTNmIU8U8e2wrJ\/FY8FfbkSNQK8\/19HBtcoJMPZaLbNTh2qECIECjtlTZRuvPDpRtsG5N8S6pnvWX8x7gVfwFNm0I0GuBPZzwO5tPw1j3awIDAQAB",
    "manifest_version": 3,
    "name": "MindPane",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "version": "1.1.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/mp_chrome\/mp_chrome.nocache.js",
                "scripts\/mp_chrome\/clear.cache.gif"
            ]
        }
    ]
}