Sticky Notes
Sticky Notes for your Chrome.
什麼是Sticky Notes?
Sticky Notes是由Digi Developers開發的Chrome擴展程式,該擴展的主要功能是“Sticky Notes for your Chrome.”。
擴展截圖
下載Sticky Notes擴展crx文件
下載Sticky Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sticky Notes for Chrome. Organize all of the work with sticky notes and get things done. • You'll see the notes every time you open a new tab in chrome. • Unlimited number of notes can be added. • Customise the background colour of the page and also the colour of the notes. • The size of the note can be easily updated and can be dragged to any desired location. • The notes will stay in the exact position even after you exit and reopen. • The application is lightweight and very fast • A google search is also included with this application This Extension is brought to you by PaintballFuzz.com
擴展基本資訊
名稱 | Sticky Notes |
ID | ljmleabfckkeibbkniakljkabcchbfmc |
官方網址 | https://chromewebstore.google.com/detail/sticky-notes/ljmleabfckkeibbkniakljkabcchbfmc |
簡介 | Sticky Notes for your Chrome. |
檔案大小 | 158 KB |
安裝次數 | 31 |
目前版本 | 1.0 |
更新時間 | 2022-01-18 |
上架時間 | 2022-01-17 |
開發者 | Digi Developers |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://paintballfuzz.com/ |
支援的語言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Sticky Notes for your Chrome.", "manifest_version": 2, "name": "Sticky Notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |