Minimalist for Everything

You live in webapps. Make them yours.

Minimalist for Everything란 무엇입니까?

Minimalist for Everything은(는) https://santosa.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You live in webapps. Make them yours."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Minimalist for Everything 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ## WARNING: This extension is retired
I still try to do minimum upkeep to keep the extension largely functional and in the store but beyond that much of the functionality, especially in the core modules may be broken.

## What Does it Do?
  * Centralized script and style management
  * Core Modules that customize web experience
  * Easily develop and deploy custom styles and scripts


## Features

  * Powerful, easy-to-use options pages for modules
  * Pages and pages of customization options for Gmail
  * Syntax highlighting in module code editor


## Changelog

 See changelog on GitHub: https://github.com/anstosa/Minimalist-Everything#changelog


## Legal

  I am not a Google Employee nor am I officially affiliated with Google in any way.
  This extension is not endorsed by Google. Google, Gmail, Google Calendar,
  Google Reader, Google+, and their respective logos are trademarks of Google Inc.
  Use of these trademarks is subject to Google Permissions.

  All modules are owned by their authors and licensed under GNU GPL v3.                    

확장 프로그램 기본 정보

이름 Minimalist for Everything Minimalist for Everything
ID bmihblnpomgpjkfddepdpdafhhepdbek
공식 URL https://chromewebstore.google.com/detail/minimalist-for-everything/bmihblnpomgpjkfddepdpdafhhepdbek
설명 You live in webapps. Make them yours.
파일 크기 14.81 MB
설치 횟수 20,000
현재 버전 0.8.0
최근 업데이트 2020-05-22
출시 날짜 2020-05-22
평점 4.37/5 총 483 개의 평점
개발자 https://santosa.dev
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/anstosa/Minimalist-Everything/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.8.0",
    "name": "Minimalist for Everything",
    "short_name": "Minimalist",
    "author": "Ansel Santosa",
    "description": "You live in webapps. Make them yours.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_title": "Minimalist",
        "default_popup": "action\/index.html"
    },
    "background": {
        "scripts": [
            "node_modules\/lodash\/lodash.min.js",
            "data\/master.js",
            "lib\/util.js",
            "lib\/Module.js",
            "lib\/Database.js",
            "lib\/Updater.js",
            "lib\/Runtime.js",
            "background\/script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "runtime\/injector.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "options\/index.html",
    "permissions": [
        "",
        "clipboardWrite",
        "notifications",
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}