Twitter Note
Take notes about them.
什麼是Twitter Note?
Twitter Note是由https://emrecoban.com.tr開發的Chrome擴展程式,該擴展的主要功能是“Take notes about them.”。
擴展截圖
下載Twitter Note擴展crx文件
下載Twitter Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |