Twitter Note
Take notes about them.
ما هو Twitter Note؟
Twitter Note هو إضافة Chrome تم تطويرها بواسطة https://emrecoban.com.tr، والميزة الرئيسية لها هي "Take notes about them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Note
قم بتنزيل ملفات الامتداد Twitter Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
}
} | |