Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
Vad är Snap Note?
Snap Note är en Chrome-tillägg utvecklad av Arthelon, och dess huvudfunktion är "A Chrome Extension in the form of a pop-up notepad with various functions".
Tilläggsskärmbilder
Ladda ner Snap Note-förlängningens CRX-fil
Ladda ner Snap Note-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Chrome Extension in the form of a pop-up notepad with various functions.
IMPORTANT :
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing. Grundläggande Information om Tillägg
| Namn | |
| ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Officiell webbadress | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
| Beskrivning | A Chrome Extension in the form of a pop-up notepad with various functions |
| Filstorlek | 277 KB |
| Antal Installationer | 908 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2015-09-11 |
| Publiceringsdatum | 2015-09-11 |
| Betyg | 3.91/5 Totalt 11 Betyg |
| Utvecklare | Arthelon |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://github.com/Arthelon |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Snap Note",
"version": "0.0.5",
"manifest_version": 2,
"description": "A Chrome Extension in the form of a pop-up notepad with various functions",
"author": "Daniel Hsing",
"offline_enabled": true,
"background": {
"scripts": [
"js\/background.js"
]
},
"icons": {
"32": "images\/note-32.png",
"48": "images\/note-48.png",
"128": "images\/note-128.png"
},
"browser_action": {
"default_icon": "images\/note-128.png",
"default_title": "Snap Note",
"default_popup": "index.html"
},
"permissions": [
"unlimitedStorage"
],
"web_accessible_resources": [
"index.html",
"js\/popup.js"
]
} | |