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文件

下載Minimalist for Everything擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ## 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
官方網址 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"
    ]
}