Notemark — Quick note web pages to view later
A better way to bookmark things you only need for a short while.
¿Qué es Notemark — Quick note web pages to view later?
Notemark — Quick note web pages to view later es una extensión de Chrome desarrollada por Notemark, y su función principal es "A better way to bookmark things you only need for a short while.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notemark — Quick note web pages to view later
Descarga archivos de extensión Notemark — Quick note web pages to view later en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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) Información Básica de la Extensión
| Nombre | |
| ID | oiapehpmnmpkgkgoiampkknhgglapcak |
| URL Oficial | https://chromewebstore.google.com/detail/notemark-%E2%80%94-quick-note-web/oiapehpmnmpkgkgoiampkknhgglapcak |
| Descripción | A better way to bookmark things you only need for a short while. |
| Tamaño del Archivo | 60.67 KB |
| Cantidad de Instalaciones | 203 |
| Versión Actual | 1.2 |
| Última Actualización | 2015-11-14 |
| Fecha de Publicación | 2015-11-14 |
| Calificación | 4.19/5 Total de 16 Calificaciones |
| Desarrollador | Notemark |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
]
} | |