Sticky Notes
Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Sticky Notesとは何ですか?
Sticky NotesはDivin Divakaranによって開発されたChromeの拡張機能で、その主な機能は「Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.」です。
拡張機能のスクリーンショット
Sticky Notes拡張機能のCRXファイルをダウンロード
Sticky Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
------------------------------- FEATURES ---------------------------------------- - 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
拡張機能の基本情報
名前 | |
ID | afdjehcoobjeopcnfdjncgjibchcomlg |
公式URL | https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg |
説明 | Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done. |
ファイルサイズ | 158 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0 |
最終更新日 | 2018-12-18 |
公開日 | 2018-12-18 |
評価 | 2.67/5 合計 6 レビュー |
開発者 | Divin Divakaran |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.divindivakaran.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes", "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus" ] } |