NoteIT - Modern Sticky Notes App
Easily jot down and save your ideas.
NoteIT - Modern Sticky Notes Appとは何ですか?
NoteIT - Modern Sticky Notes AppはAirdikによって開発されたChromeの拡張機能で、その主な機能は「Easily jot down and save your ideas.」です。
拡張機能のスクリーンショット
NoteIT - Modern Sticky Notes App拡張機能のCRXファイルをダウンロード
NoteIT - Modern Sticky Notes App拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily write down your thoughts and ideas with NoteIT. Whether you are in class, at a coffee shop, or at home, save your thoughts with one click! 拡張機能の基本情報
| 名前 | |
| ID | clihcpdelgbhanijpdlmiihoaechmeed |
| 公式URL | https://chromewebstore.google.com/detail/noteit-modern-sticky-note/clihcpdelgbhanijpdlmiihoaechmeed |
| 説明 | Easily jot down and save your ideas. |
| ファイルサイズ | 21.07 KB |
| インストール数 | 64 |
| 現在のバージョン | 4.2.0 |
| 最終更新日 | 2023-01-29 |
| 公開日 | 2020-10-01 |
| 評価 | 5.00/5 合計 7 レビュー |
| 開発者 | Airdik |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://www.buymeacoffee.com/Airdik |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NoteIT - Modern Sticky Notes App",
"description": "Easily jot down and save your ideas.",
"permissions": [
"activeTab",
"tabs",
"storage"
],
"version": "4.2.0",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png",
"16": "icon_16.png"
},
"action": {
"default_icon": {
"16": "icon.png",
"24": "icon.png",
"32": "icon.png"
},
"default_title": "NoteIT",
"default_popup": "popup.html"
},
"host_permissions": [
"http:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
}
} | |