Snap Note
A Chrome Extension in the form of a pop-up notepad with various functions
ما هو Snap Note؟
Snap Note هو إضافة Chrome تم تطويرها بواسطة Arthelon، والميزة الرئيسية لها هي "A Chrome Extension in the form of a pop-up notepad with various functions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Snap Note
قم بتنزيل ملفات الامتداد Snap Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | bcddlnpbfpldhhgpjkoedhcnjchldcff |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff |
| الوصف | A Chrome Extension in the form of a pop-up notepad with various functions |
| حجم الملف | 277 KB |
| عدد التثبيتات | 908 |
| النسخة الحالية | 0.0.5 |
| آخر تحديث | 2015-09-11 |
| تاريخ النشر | 2015-09-11 |
| تقييم | 3.91/5 مجموع تقييمات 11 |
| المطور | Arthelon |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة المساعدة | https://github.com/Arthelon |
| اللغات المدعومة | 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"
]
} | |