Notemark — Quick note web pages to view later
A better way to bookmark things you only need for a short while.
Wat is Notemark — Quick note web pages to view later?
Notemark — Quick note web pages to view later is een Chrome-extensie ontwikkeld door Notemark, en de belangrijkste functie is "A better way to bookmark things you only need for a short while.".
Extensie Screenshots
Download het CRX-bestand van de extensie Notemark — Quick note web pages to view later
Download Notemark — Quick note web pages to view later-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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) Basisinformatie over de Extensie
| Naam | |
| ID | oiapehpmnmpkgkgoiampkknhgglapcak |
| Officiële URL | https://chromewebstore.google.com/detail/notemark-%E2%80%94-quick-note-web/oiapehpmnmpkgkgoiampkknhgglapcak |
| Beschrijving | A better way to bookmark things you only need for a short while. |
| Bestandsgrootte | 60.67 KB |
| Aantal Installaties | 203 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-11-14 |
| Publicatiedatum | 2015-11-14 |
| Beoordeling | 4.19/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | Notemark |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |