Pesto aioli

An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles

Pesto aioli란 무엇입니까?

Pesto aioli은(는) pink nautilus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles"입니다.

확장 프로그램 스크린샷

screenshot

Pesto aioli 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Designed for students with ADHD or your standard procrastinator, this extension will catch you when you open a new tab to navigate away from your current project and remind you of what you have to do. There is also an aesthetic interactive particle background that enables users to play around and kill some time while they ponder their responsibilities.

To customize links, press the "[+]" at the bottom of the screen.

"website" will redirect to github repo                    

확장 프로그램 기본 정보

이름 Pesto aioli Pesto aioli
ID baalpccnhigkkjhdaacgbkfopdcpbemp
공식 URL https://chrome.google.com/webstore/detail/baalpccnhigkkjhdaacgbkfopdcpbemp
설명 An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles
파일 크기 623 KB
설치 횟수 72
현재 버전 0.1.5
최근 업데이트 2019-11-14
출시 날짜 2019-11-14
평점 4.00/5 총 4 개의 평점
개발자 pink nautilus
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/simonmahns/newtab
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pesto aioli",
    "description": "An aesthetic productivity chrome extension with customizable quick links, a to do list, and a background with interactive particles",
    "version": "0.1.5",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "100": "icon100.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "permissions": [
        "storage"
    ]
}