NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
NewTab Sync Notesとは何ですか?
NewTab Sync NotesはRudi Olckersによって開発されたChromeの拡張機能で、その主な機能は「This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.」です。
拡張機能のスクリーンショット
NewTab Sync Notes拡張機能のCRXファイルをダウンロード
NewTab Sync Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a chrome extension which aim to be a light-weight notes manager that opens up when a new tab is created. The content will be synchronised across multiple browser instances.
The Papier chrome extension (https://chrome.google.com/webstore/detail/papier/hhjeaokafplhjoogdemakihhdhffacia) inspired this project. 拡張機能の基本情報
| 名前 | |
| ID | neiinhkoafdpmaimmckhceppaaflojpc |
| 公式URL | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
| 説明 | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
| ファイルサイズ | 618 KB |
| インストール数 | 91 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2016-08-08 |
| 公開日 | 2016-08-08 |
| 評価 | 2.00/5 合計 5 レビュー |
| 開発者 | Rudi Olckers |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NewTab Sync Notes",
"version": "1.1",
"description": "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png"
},
"background": {
"scripts": [
"js\/background.min.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"incognito": "split",
"permissions": [
"storage"
]
} | |