Project Notes for Codeable

Add and manage separate project notes on every Codeable project.

Project Notes for Codeable क्या है?

Project Notes for Codeable Ali Khallad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add and manage separate project notes on every Codeable project."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Project Notes for Codeable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}