Project Notes for Codeable

Add and manage separate project notes on every Codeable project.

Project Notes for Codeableคืออะไร?

Project Notes for Codeable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ali Khallad และคุณลักษณะหลักของมันคือ "Add and manage separate project notes on every Codeable project."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Project Notes for Codeable

ดาวน์โหลดไฟล์ส่วนขยาย Project Notes for Codeable ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}