KB Sticky Notes
Sticky notes while you browse the web.
KB Sticky Notes क्या है?
KB Sticky Notes Karl Balemi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sticky notes while you browse the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KB Sticky Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | beboamcablfglipfloiafefjobjdlclo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/kb-sticky-notes/beboamcablfglipfloiafefjobjdlclo |
विवरण | Sticky notes while you browse the web. |
फ़ाइल का आकार | 211 KB |
स्थापना संख्या | 4,645 |
वर्तमान संस्करण | 1.26 |
अंतिम अपडेट | 2016-01-11 |
प्रकाशन तिथि | 2016-01-11 |
रेटिंग | 2.54/5 कुल 78 रेटिंग्स |
डेवलपर | Karl Balemi |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |