WordMark

Not the conventional bookmark.

ما هو WordMark؟

WordMark هو إضافة Chrome تم تطويرها بواسطة Aashay Palliwar، والميزة الرئيسية لها هي "Not the conventional bookmark.".

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

screenshot
screenshot
screenshot

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

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

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

                        What can one do with it?

1. Select some text on any random web-page and right click to save it to WordMark's manager with optional remark and category
2. Later from the manager, with just one click, one can open the web-page and automatically scroll down to the same text which is now highlighted. 
3. The extension alerts you if the text you wordMarked has changed.

Other features include:
1. Saving entire browser states (all open tabs) under various categories and optional remarks.
2. From the same launcher, you can launch any saved browser state (i.e. all tabs) in a new window.
3. Manage all these from one page.                    

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

الاسم WordMark WordMark
ID lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
الوصف Not the conventional bookmark.
حجم الملف 278 KB
عدد التثبيتات 40
النسخة الحالية 0.0.1
آخر تحديث 2020-05-31
تاريخ النشر 2020-05-31
تقييم 5.00/5 مجموع تقييمات 1
المطور Aashay Palliwar
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://aashaypalliwar.github.io
عنوان صفحة المساعدة https://aashaypalliwar.github.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordMark",
    "description": "Not the conventional bookmark.",
    "version": "0.0.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordMark"
    },
    "icons": {
        "512": "logo512.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "activeTab",
        "*:\/\/*\/*"
    ]
}