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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 KB Sticky Notes KB Sticky Notes
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"
    ]
}