Sticky Notes Tab

Simple sticky notes board - tab extension

Sticky Notes Tabとは何ですか?

Sticky Notes Tabはmchaによって開発されたChromeの拡張機能で、その主な機能は「Simple sticky notes board - tab extension」です。

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

screenshot
screenshot
screenshot

Sticky Notes Tab拡張機能のCRXファイルをダウンロード

Sticky Notes Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple sticky notes board - tab extension.
Add sticky notes board to new-tabs.
Options to:
- Change board background color (day/night)
- Change notes background, font-color, font-size, font-family
- Position notes anywhere on the board                    

拡張機能の基本情報

名前 Sticky Notes Tab Sticky Notes Tab
ID ofhklbffoehlkndkhdhjlfkiobbcoogd
公式URL https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd
説明 Simple sticky notes board - tab extension
ファイルサイズ 70.49 KB
インストール数 1,717
現在のバージョン 2.0.5
最終更新日 2020-09-21
公開日 2019-03-17
評価 4.06/5 合計 18 レビュー
開発者 mcha
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mustafawm/stickynotes
ヘルプページのURL https://github.com/mustafawm/stickynotes
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes Tab",
    "short_name": "Stick Notes Tab",
    "version": "2.0.5",
    "description": "Simple sticky notes board - tab extension",
    "author": "mustafa",
    "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/16icon.png",
        "32": "icons\/32icon.png",
        "48": "icons\/48icon.png",
        "128": "icons\/128icon.png"
    }
}