Transnote - Video Notes for YouTube
This is the official extension for Transnote
Transnote - Video Notes for YouTube क्या है?
Transnote - Video Notes for YouTube https://transnote.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is the official extension for Transnote"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Transnote - Video Notes for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Transnote helps you to tag and store video notes by timestamps, while watching video on the same page. A simple, effortless experience to recall and share video references within a few clicks.
एक्सटेंशन की मूल जानकारी
नाम | Transnote - Video Notes for YouTube |
ID | cdggbakccncnbjlfobchjmkjgbonmoie |
आधिकारिक URL | https://chromewebstore.google.com/detail/transnote-video-notes-for/cdggbakccncnbjlfobchjmkjgbonmoie |
विवरण | This is the official extension for Transnote |
फ़ाइल का आकार | 6.04 MB |
स्थापना संख्या | 1,387 |
वर्तमान संस्करण | 0.5.2 |
अंतिम अपडेट | 2020-06-06 |
प्रकाशन तिथि | 2020-06-06 |
रेटिंग | 3.42/5 कुल 12 रेटिंग्स |
डेवलपर | https://transnote.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Transnote - Video Notes for YouTube", "description": "This is the official extension for Transnote", "version": "0.5.2", "icons": { "16": ".\/assets\/transnote-16.png", "48": ".\/assets\/transnote-48.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/www.gstatic.com\/firebasejs\/7.9.3\/firebase-app.js", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?v=*", "https:\/\/www.youtube.com\/" ], "js": [ ".\/content.bundle.js" ], "css": [ ".\/content\/content.css" ] } ], "web_accessible_resources": [ ".\/content\/component.js" ], "background": { "scripts": [ ".\/background.bundle.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+Shift+N", "mac": "Alt+Shift+N", "chromeos": "Alt+Shift+N", "linux": "Alt+Shift+N" } } }, "browser_action": { "default_popup": "index.html", "default_title": "Transnote Extension" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "oauth2": { "client_id": "665646200731-c5v3r0v0eo5gr8k852242rbfuu7gfltp.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |