BriskNote: New Tab Notes that Sync with Phone
Take Quick Notes on Any New Browser Tab and Sync them with your Phone
Qu'est-ce que BriskNote: New Tab Notes that Sync with Phone ?
BriskNote: New Tab Notes that Sync with Phone est une extension Chrome développée par SysRestart, et sa fonction principale est "Take Quick Notes on Any New Browser Tab and Sync them with your Phone".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BriskNote: New Tab Notes that Sync with Phone
Téléchargez les fichiers d'extension BriskNote: New Tab Notes that Sync with Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Make your life more productive with every new browser tab you open. Take quick notes, and access them on the BriskNote mobile app and vice versa. Perfect for taking notes while having conversations, jotting down spontaneous ideas, making lists, storing pieces of code or message drafts, and so on. BriskNote is the perfect middle ground between oversimplified sticky notes and complex desktop note-taking softwares. And the best part, it's absolutely free! It also has a dark mode.
Informations de Base sur l'Extension
Nom | BriskNote: New Tab Notes that Sync with Phone |
ID | gbdigbbnelhehnhlkhiepkpkedokgfog |
URL Officiel | https://chromewebstore.google.com/detail/brisknote-new-tab-notes-t/gbdigbbnelhehnhlkhiepkpkedokgfog |
Description | Take Quick Notes on Any New Browser Tab and Sync them with your Phone |
Taille du Fichier | 651 KB |
Nombre d'Installations | 265 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2019-04-28 |
Date de Publication | 2019-04-28 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | SysRestart |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://brisknote.com |
URL de la Page de Politique de Confidentialité | https://sysrestart.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BriskNote: New Tab Notes that Sync with Phone", "description": "Take Quick Notes on Any New Browser Tab and Sync them with your Phone", "version": "0.2.1", "version_name": "0.2.1", "icons": { "128": "media\/BriskNote_Icon_128x128.png", "48": "media\/BriskNote_Icon_48x48.png", "16": "media\/BriskNote_Icon_16x16.png" }, "browser_action": { "default_icon": "media\/BriskNote_Icon_16x16.png" }, "chrome_url_overrides": { "newtab": "notes.html" }, "permissions": [ "storage", "tabs", "identity" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/localhost:5005\/auth\/*", "http:\/\/localhost:5006\/auth\/*", "http:\/\/brisknote.com\/auth\/*", "https:\/\/brisknote.com\/auth\/*", "https:\/\/api.brisknote.com\/auth\/*" ], "js": [ "content.js" ] } ] } |