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
官方網址 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
電子郵箱 [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"
    }
}