Notemark — Quick note web pages to view later
A better way to bookmark things you only need for a short while.
什麼是Notemark — Quick note web pages to view later?
Notemark — Quick note web pages to view later是由Notemark開發的Chrome擴展程式,該擴展的主要功能是“A better way to bookmark things you only need for a short while.”。
擴展截圖
下載Notemark — Quick note web pages to view later擴展crx文件
下載Notemark — Quick note web pages to view later擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
HOW TO: After you've added it to Chrome,
go on any page and click the extension icon, then click on the heart.
Who made this?
- Maxwell A. Davis (designer, StudioTBT)
- Tomáš Taro (developer, Adblock) 擴展基本資訊
| 名稱 | |
| ID | oiapehpmnmpkgkgoiampkknhgglapcak |
| 官方網址 | https://chromewebstore.google.com/detail/notemark-%E2%80%94-quick-note-web/oiapehpmnmpkgkgoiampkknhgglapcak |
| 簡介 | A better way to bookmark things you only need for a short while. |
| 檔案大小 | 60.67 KB |
| 安裝次數 | 203 |
| 目前版本 | 1.2 |
| 更新時間 | 2015-11-14 |
| 上架時間 | 2015-11-14 |
| 評分 | 4.19/5 共 16 次評分 |
| 開發者 | Notemark |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notemark \u2014 Quick note web pages to view later",
"short_name": "Notemark",
"version": "1.2",
"browser_action": {
"default_icon": {
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"38": "img\/icon38.png",
"48": "img\/icon48.png"
},
"default_popup": "button\/popup.html",
"default_title": "Sites noted with Notemark"
},
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"38": "img\/icon38.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"description": "A better way to bookmark things you only need for a short while.",
"incognito": "spanning",
"manifest_version": 2,
"minimum_chrome_version": "41.0",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"storage"
]
} | |