SpiderNotes

Notes in your browser: Private, Synchronized, Secure.

ما هو SpiderNotes؟

SpiderNotes هو إضافة Chrome تم تطويرها بواسطة andornaut، والميزة الرئيسية لها هي "Notes in your browser: Private, Synchronized, Secure.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SpiderNotes

قم بتنزيل ملفات الامتداد SpiderNotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With SpiderNotes you can:

- Take and search your notes while you browse the web.
- Know when your notes link to the websites that you visit.
- Keep your notes private and offline by default.
- Optionally encrypt and sync your notes.

SpiderNotes is open source:
https://github.com/andornaut/spidernotes-chrome                    

معلومات أساسية عن التمديد

الاسم SpiderNotes SpiderNotes
ID mgghkmeinhhcldkigpioebfjfghdeofl
عنوان URL الرسمي https://chromewebstore.google.com/detail/spidernotes/mgghkmeinhhcldkigpioebfjfghdeofl
الوصف Notes in your browser: Private, Synchronized, Secure.
حجم الملف 270 KB
عدد التثبيتات 25
النسخة الحالية 1.0.5
آخر تحديث 2016-03-04
تاريخ النشر 2016-03-03
المطور andornaut
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/andornaut/spidernotes-chrome
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "andornaut",
    "background": {
        "scripts": [
            "app.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon19.png",
        "default_title": "SpiderNotes",
        "default_popup": "popup.html"
    },
    "description": "Notes in your browser: Private, Synchronized, Secure.",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "64": "assets\/img\/icon64.png",
        "128": "assets\/img\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "name": "SpiderNotes",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "https:\/\/spider-notes.appspot.com\/",
        "storage",
        "tabs"
    ],
    "version": "1.0.5"
}