Project Notes for Codeable

Add and manage separate project notes on every Codeable project.

Project Notes for Codeable란 무엇입니까?

Project Notes for Codeable은(는) Ali Khallad에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add and manage separate project notes on every Codeable project."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Project Notes for Codeable 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save your notes on the project page and save your time. This extension makes it easy to take project notes on Codeable, and grab them later whether on the project page, where you can grab the notes specific to the project, or on the extension page where you can retrieve and manage all saved notes..

Take note, save time
• Add notes so you can find it later with one click.

Always within reach
• Available everywhere, open the project page to view only that project notes, or the extension popup to view all notes.

_____________________________________________
Website: https://wpali.com
Codeable Profile: https://wpali.com/codeable                    

확장 프로그램 기본 정보

이름 Project Notes for Codeable Project Notes for Codeable
ID kdlhmpjpaehdknpcdmdphbamcmhehnjg
공식 URL https://chromewebstore.google.com/detail/project-notes-for-codeabl/kdlhmpjpaehdknpcdmdphbamcmhehnjg
설명 Add and manage separate project notes on every Codeable project.
파일 크기 78.65 KB
설치 횟수 39
현재 버전 0.2
최근 업데이트 2020-05-22
출시 날짜 2020-05-21
개발자 Ali Khallad
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wpali.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Project Notes for Codeable",
    "version": "0.2",
    "author": "Ali Khallad",
    "description": "Add and manage separate project notes on every Codeable project.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "24": "assets\/icons\/icon24.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.codeable.io\/*"
            ],
            "js": [
                "assets\/js\/content.js"
            ],
            "css": [
                "assets\/css\/content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Project Notes for Codeable"
    },
    "web_accessible_resources": [
        "assets\/icons\/icon.svg",
        "assets\/icons\/add-note.svg",
        "assets\/icons\/remove-note.svg",
        "assets\/icons\/add-tasklist.svg",
        "assets\/icons\/close.svg"
    ]
}