Pop up notes
Simple way of taking quick notes
什麼是Pop up notes?
Pop up notes是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simple way of taking quick notes”。
擴展截圖
下載Pop up notes擴展crx文件
下載Pop up notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple way of taking and managing quick notes 1) Allows you to add/delete new tabs and take notes 2) Allows you edit your content as per your liking This is version 1. New features will be added in the upcoming versions Any comments and suggestions will be appreciated Thank you.
擴展基本資訊
名稱 | Pop up notes |
ID | gadonekoamhlbfjfpleffgbbebgdgnik |
官方網址 | https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik |
簡介 | Simple way of taking quick notes |
檔案大小 | 1.24 MB |
安裝次數 | 53 |
目前版本 | 1.0 |
更新時間 | 2020-01-20 |
上架時間 | 2020-01-19 |
評分 | 5.00/5 共 7 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pop up notes", "description": "Simple way of taking quick notes", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "icons": { "128": "icon128.png", "16": "icon16.png" }, "permissions": [ "storage", "unlimitedStorage" ], "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |