Tab Notes
Add notes to your Chrome tabs. Just for Michael
什麼是Tab Notes?
Tab Notes是由Swaraj開發的Chrome擴展程式,該擴展的主要功能是“Add notes to your Chrome tabs. Just for Michael”。
擴展截圖
下載Tab Notes擴展crx文件
下載Tab Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions.
~ Swaraj Banerjee 擴展基本資訊
| 名稱 | |
| ID | jgodkedciialncikdiiaicbpfhgdagfk |
| 官方網址 | https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk |
| 簡介 | Add notes to your Chrome tabs. Just for Michael |
| 檔案大小 | 45.1 KB |
| 安裝次數 | 292 |
| 目前版本 | 1.1 |
| 更新時間 | 2014-07-01 |
| 上架時間 | 2014-07-01 |
| 評分 | 3.75/5 共 4 次評分 |
| 開發者 | Swaraj |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Notes",
"description": "Add notes to your Chrome tabs. Just for Michael",
"version": "1.1",
"icons": {
"16": "images\/notepadIcon16.png",
"48": "images\/notepadIcon48.png",
"128": "images\/notepadIcon128.png"
},
"background": {
"scripts": [
"vendor\/md5.min.js",
"utils.js",
"background.js"
]
},
"permissions": [
"tabs",
"storage"
],
"page_action": {
"default_icon": {
"19": "images\/notepadEmpty19.png",
"38": "images\/notepadEmpty38.png"
},
"default_title": "View Tab Note",
"default_popup": "note.html"
}
} | |