Prototype

A scratch space for notes, links, reminders, and whatever else you want to keep around.

Prototype क्या है?

Prototype nDimensional Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A scratch space for notes, links, reminders, and whatever else you want to keep around."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Prototype एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Prototype replaces the new tab page with a self-styling scratchpad.                    

एक्सटेंशन की मूल जानकारी

नाम Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
आधिकारिक URL https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
विवरण A scratch space for notes, links, reminders, and whatever else you want to keep around.
फ़ाइल का आकार 673 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.4.7
अंतिम अपडेट 2019-04-30
प्रकाशन तिथि 2019-04-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर nDimensional Studios
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/nDimensional/prototype
सहायता पृष्ठ URL https://github.com/nDimensional/prototype/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prototype",
    "version": "0.4.7",
    "description": "A scratch space for notes, links, reminders, and whatever else you want to keep around.",
    "author": "Joel Gustafson",
    "developer": {
        "name": "nDimensional Studios",
        "url": "https:\/\/ndimensional.studio\/"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/nDimensional\/prototype",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png",
        "192": "icon-192.png"
    },
    "permissions": [
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{4c6d75f6-cdad-4947-aec4-90a071b7fb81}",
            "strict_min_version": "66.0"
        }
    }
}