Notes Kitty
The last note taking app you'll ever need.
Qu'est-ce que Notes Kitty ?
Notes Kitty est une extension Chrome développée par Twelfth Hour, et sa fonction principale est "The last note taking app you'll ever need.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notes Kitty
Téléchargez les fichiers d'extension Notes Kitty 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
Want to make searching and organizing your queries easy? Our extension will open you the top links based on your query and not only that, you'll be able to remove all the advertisements and unnecessary data on the website by cleaning the website with the click of one button. We also provide additional features including dark mode and custom editable notes on the current link itself. One can even add notes and it will be stored as a pdf file. This will make the creation and organization of notes much easier.
Informations de Base sur l'Extension
Nom | Notes Kitty |
ID | gmgfogccgeeimapbcgilfipbfenafbkp |
URL Officiel | https://chromewebstore.google.com/detail/notes-kitty/gmgfogccgeeimapbcgilfipbfenafbkp |
Description | The last note taking app you'll ever need. |
Taille du Fichier | 32.79 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-01-28 |
Date de Publication | 2020-01-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Twelfth Hour |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes Kitty", "short_name": "Notes Kitty", "version": "1.1", "description": "The last note taking app you'll ever need.", "permissions": [ "cookies", "contextMenus", "storage", "declarativeContent", "activeTab", "tabs", "https:\/\/duckduckgo.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/duckduckgo.com\/*" ], "js": [ "src\/content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |