KB Sticky Notes
Sticky notes while you browse the web.
什么是KB Sticky Notes?
KB Sticky Notes是由Karl Balemi开发的Chrome扩展程序,该扩展的主要功能是“Sticky notes while you browse the web.”。
扩展截图
下载KB Sticky Notes扩展crx文件
下载KB Sticky Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |