Twitter Note
Take notes about them.
Twitter Note क्या है?
Twitter Note https://emrecoban.com.tr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take notes about them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Note एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twitter Note is an open-source MIT-licensed Chrome and Brave browser extension that helps you to take notes about the people who you blocked, or muted on their profile page. To take a note, also you don't have to block, or mute them. Features Take a note (limitless characters) about someone. Delete all the notes with one click. See all the notes. Issues, Feedback, and Contributing Go to the GitHub repository: https://github.com/emrecoban/twitterNote
एक्सटेंशन की मूल जानकारी
नाम | Twitter Note |
ID | hkgdpppefidcddecmcchdkplfgjkjcdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-note/hkgdpppefidcddecmcchdkplfgjkjcdk |
विवरण | Take notes about them. |
फ़ाइल का आकार | 615 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2022-12-21 |
प्रकाशन तिथि | 2022-12-18 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://emrecoban.com.tr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/emrecoban/twitterNote |
सहायता पृष्ठ URL | https://github.com/emrecoban/twitterNote/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Note", "description": "Take notes about them.", "version": "1.0", "action": { "default_popup": ".\/popup\/popup.html", "default_icon": ".\/images\/twitterNote.png" }, "content_scripts": [ { "css": [ ".\/scripts\/contentStyle.css" ], "js": [ ".\/scripts\/content.js" ], "matches": [ "https:\/\/*.twitter.com\/*" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "icons": { "16": ".\/images\/twitterNote.png", "32": ".\/images\/twitterNote.png", "48": ".\/images\/twitterNote.png", "128": ".\/images\/twitterNote.png" } } |