SiteNotes

Keep notes in your browser associated with your current URL.

ما هو SiteNotes؟

SiteNotes هو إضافة Chrome تم تطويرها بواسطة aleks.krnjaic، والميزة الرئيسية لها هي "Keep notes in your browser associated with your current URL.".

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

screenshot

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

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

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

                        Allows you to store URL specific notes in your browser persistently. 

- Visit a website, click the extension icon and write down what you're thinking.
- Click the extension icon next time you visit. All your notes added previously are retrieved.

Please note that all the information stored may be lost when you uninstall your browser. 

Version 1.0:
- Initial release.

Version 1.1:
- Changed key of key-value-pair in local storage to be prefixed with sitenotes-                    

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

الاسم SiteNotes SiteNotes
ID peihjbbmlbgmbacogidipehfilmoiggk
عنوان URL الرسمي https://chromewebstore.google.com/detail/sitenotes/peihjbbmlbgmbacogidipehfilmoiggk
الوصف Keep notes in your browser associated with your current URL.
حجم الملف 21.58 KB
عدد التثبيتات 19
النسخة الحالية 1.1
آخر تحديث 2016-04-17
تاريخ النشر 2016-04-17
تقييم 5.00/5 مجموع تقييمات 1
المطور aleks.krnjaic
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteNotes",
    "description": "Keep notes in your browser associated with your current URL.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}