Minimalist for Everything

You live in webapps. Make them yours.

Minimalist for Everythingคืออะไร?

Minimalist for Everything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://santosa.dev และคุณลักษณะหลักของมันคือ "You live in webapps. Make them yours."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimalist for Everything

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}