Void

Bookmark web pages to Void

ما هو Void؟

Void هو إضافة Chrome تم تطويرها بواسطة https://voidapp.co، والميزة الرئيسية لها هي "Bookmark web pages to Void".

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

screenshot

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

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

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

                        Read + Retain in a distracted world

Void exists somewhere between Getting Things Done™ (GTD), bookmarks and read later helping you decide upon and focus on the important stuff

https://voidapp.co                    

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

الاسم Void Void
ID ibhdpomfalkdcjnmoicdjleclagcifnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/void/ibhdpomfalkdcjnmoicdjleclagcifnl
الوصف Bookmark web pages to Void
حجم الملف 341 KB
عدد التثبيتات 23
النسخة الحالية 1.1.2
آخر تحديث 2021-03-07
تاريخ النشر 2019-09-29
المطور https://voidapp.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://voidapp.co
عنوان صفحة المساعدة https://voidapp.co/help
عنوان صفحة سياسة الخصوصية https://voidapp.co/privacy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Bookmark web pages to Void",
    "manifest_version": 2,
    "name": "Void",
    "version": "1.1.2",
    "homepage_url": "https:\/\/voidapp.co",
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "32": "icons\/void-32.png",
        "48": "icons\/void-48.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "page": "background-page.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Void",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "icons\/icon-19.png",
        "icons\/icon-38.png",
        "icons\/icon-38-dull.png",
        "icons\/void-32.png",
        "icons\/void-48.png"
    ]
}