YiNote

Most efficient way to take & share time-stamped notes while watching videos!

YiNote क्या है?

YiNote https://yinote.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Most efficient way to take & share time-stamped notes while watching videos!"।

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

screenshot

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

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

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

                        NOTE: 
YiNote has been acquired by ByteYi Labs Inc.(https://byteyilabs.com) For the next step, we will work together to publish YiNote Pro to add cloud support and more exciting features (The published extension will keep unchanged). Stay tuned!

Description:
YiNote can help you easily save your ideas with online videos, and provide smooth note taking experience! 

Name change announcement:
Due to the trademark violation with turbonote.com (a windows platform note taking software). Turbonote chrome extension will change the name to YiNote chrome extension from version 0.6.4.
I will also take time to fix broken features and develop new features in the near future. Thanks for using YiNote.

Change log: https://github.com/byteyilabs/yi-note/blob/master/CHANGELOG.md                    

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

नाम YiNote YiNote
ID fhpgggnmdlmekfdpkdgeiccfkignhkdf
आधिकारिक URL https://chromewebstore.google.com/detail/yinote/fhpgggnmdlmekfdpkdgeiccfkignhkdf
विवरण Most efficient way to take & share time-stamped notes while watching videos!
फ़ाइल का आकार 15.66 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.8.1
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2020-07-03
रेटिंग 4.21/5 कुल 124 रेटिंग्स
डेवलपर https://yinote.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.yinote.co
सहायता पृष्ठ URL https://github.com/byteyilabs/yi-note/issues
गोपनीयता नीति पृष्ठ URL https://yinote.co/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YiNote",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6hRMNbWat4DkGXXB17KrOC6vgdo+TNNlARZBEJ6fYeBWKWCQRS0ZkMwRsfsxQiXEtBM69clHhNZvMpN5rD1JgExyGu4P9GldH0PXm4DSIXlmn6FrhgB0iZGnJybsEoXaQJP6SGk3JPG1opPhoOjfMhO0NFUcATGiUa6oM3KFUxOLxCItAAq+slwIFzdtGdaCiYNOOL59mnOeQqP5kKaV7zAkPu0dsevbM8uheeAawsaGI4EJQ2K7ye+5OA+CeVafPQqHVqxiJpPDcN1154RGQNRfi+KmAzuhWoAX4wf2UwM\/VppslBordnQI4YbSYJtg2eCPmcdH9d4DmU\/hznuVKQIDAQAB",
    "description": "Most efficient way to take & share time-stamped notes while watching videos!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.8.1",
    "action": {
        "default_icon": "icons\/icon-16.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/options\/index.html",
    "content_scripts": [
        {
            "js": [
                "assets\/setGlobal.js-loader-ca15ca54.js",
                "assets\/youtube-iframe-api.js-loader-67c5f52b.js",
                "assets\/embedly.js-loader-e7e164d8.js",
                "assets\/main.jsx-loader-764a3cd5.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "installed.png",
                "fonts\/msyh.ttf",
                "images\/facebook.png",
                "images\/twitter.png",
                "images\/copylink.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-0ee64e4c.js",
                "assets\/chunk-6d8ce7d6.js",
                "assets\/chunk-085877e9.js",
                "assets\/chunk-ef655055.js",
                "assets\/chunk-1ddbb50a.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ]
}