NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Vad är NewTab Sync Notes?
NewTab Sync Notes är en Chrome-tillägg utvecklad av Rudi Olckers, och dess huvudfunktion är "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.".
Tilläggsskärmbilder
Ladda ner NewTab Sync Notes-förlängningens CRX-fil
Ladda ner NewTab Sync Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | neiinhkoafdpmaimmckhceppaaflojpc |
| Officiell webbadress | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
| Beskrivning | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
| Filstorlek | 618 KB |
| Antal Installationer | 91 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2016-08-08 |
| Publiceringsdatum | 2016-08-08 |
| Betyg | 2.00/5 Totalt 5 Betyg |
| Utvecklare | Rudi Olckers |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |