Popup Notes
Take quick notes while you surf. What could be more simple?
什麼是Popup Notes?
Popup Notes是由https://gourav.io開發的Chrome擴展程式,該擴展的主要功能是“Take quick notes while you surf. What could be more simple?”。
擴展截圖
下載Popup Notes擴展crx文件
下載Popup Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Take notes without leaving current tab! Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome. Features : -- Lightweight, easy to use & secure. -- Copy selected text to Popup Notes directly from right-click. -- Auto-save notes upon closing. -- Auto-focus on notes. -- Use TAB key to indent your text. -- Ad-free.
擴展基本資訊
名稱 | Popup Notes |
ID | pakngoacmndjaomplokegbepmohpfofb |
官方網址 | https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb |
簡介 | Take quick notes while you surf. What could be more simple? |
檔案大小 | 38.95 KB |
安裝次數 | 1,191 |
目前版本 | 2.0 |
更新時間 | 2020-10-02 |
上架時間 | 2017-11-30 |
評分 | 3.00/5 共 8 次評分 |
開發者 | https://gourav.io |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "manifest_version": 2, "name": "Popup Notes", "description": "Take quick notes while you surf. What could be more simple?", "version": "2.0", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "Popup Notes!" }, "offline_enabled": true, "short_name": "Popup Notes", "permissions": [ "storage", "contextMenus" ] } |