KB Sticky Notes
Sticky notes while you browse the web.
Qu'est-ce que KB Sticky Notes ?
KB Sticky Notes est une extension Chrome développée par Karl Balemi, et sa fonction principale est "Sticky notes while you browse the web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KB Sticky Notes
Téléchargez les fichiers d'extension KB Sticky Notes 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
PLEASE refresh your tabs after installation to load Sticky Notes. Open up your sticky notes while browsing the web. Drag around the page to organize and right click to select your favourite colours. Sign in to chrome to keep your sticky notes synchronized between your devices at work and at home. Please note that sticky notes aren't able to appear on chrome:// or new tab pages.
Informations de Base sur l'Extension
Nom | |
ID | beboamcablfglipfloiafefjobjdlclo |
URL Officiel | https://chrome.google.com/webstore/detail/kb-sticky-notes/beboamcablfglipfloiafefjobjdlclo |
Description | Sticky notes while you browse the web. |
Taille du Fichier | 211 KB |
Nombre d'Installations | 4,645 |
Version Actuelle | 1.26 |
Dernière Mise à Jour | 2016-01-11 |
Date de Publication | 2016-01-11 |
Évaluation | 2.54/5 Total 78 Évaluations |
Développeur | Karl Balemi |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KB Sticky Notes", "version": "1.26", "manifest_version": 2, "description": "Sticky notes while you browse the web.", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/app.css" ], "js": [ "bower_components\/jquery\/dist\/jquery.js", "bower_components\/jquery-ui\/ui\/jquery-ui.js", "scripts\/sticky-notes.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Sticky Notes" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "web_accessible_resources": [ "styles\/images\/*.png" ] } |