Artwo.io tabs and favorites manager

Save and manage all your web pages in one place. Have AI help you structure and find what you need.

ما هو Artwo.io tabs and favorites manager؟

Artwo.io tabs and favorites manager هو إضافة Chrome تم تطويرها بواسطة https://artwo.io، والميزة الرئيسية لها هي "Save and manage all your web pages in one place. Have AI help you structure and find what you need.".

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

screenshot

تحميل ملف CRX للإضافة Artwo.io tabs and favorites manager

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

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

                        Forget dozens of opened tabs or plugins to manage your tabs and windows. 

With artwo, you can save, search and manage all your web resources with no limitations! 

You don't have to add each web page to one specific space and then wonder which space it was. You don't have to go through lists of links searching for the one you need. You don't have to create comprehensive descriptions to remember what it was and why you needed this page. 

With artwo, you save what you like and let AI bring you everything you need when you need it. 

Favorites 
Add any web page to the repository. Add it to a specific space or multiple spaces. Add description. 
Have as many spaces as you need. Create your own hierarchy if you need it. 

AI-powered search 
Artwo AI engine will scan every page you add and defines important information you might be searching for. This includes dates, people, places, important topics, and key entities on the page. You don't have to remember everything or create a comprehensive description. AI will work for you. 

Flexibility
You can work with one link or many at once. You can work with links from different spaces at the same time. Open /delete/update links as you wish. You won't have to navigate from space/folder/tab to space/folder/tab. Everything will come to you. 

Data security
Your data is always encrypted during the transition to our server (HTTPS) and at the server (256-bit Advanced Encryption Standard). No compromises. 
Data is replicated across multiple data centers. We also perform regular backups to be able to restore any lost data.

How to install and use
Please install the plugin and follow the instructions from our YouTube video guide - https://youtu.be/r52O_Ciol5A

Support 
For more information, please feel free to reach our support team at [email protected].                    

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

الاسم Artwo.io tabs and favorites manager Artwo.io tabs and favorites manager
ID hfliggehkijmaiibnicebebmfjgfidmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/artwoio-tabs-and-favorite/hfliggehkijmaiibnicebebmfjgfidmd
الوصف Save and manage all your web pages in one place. Have AI help you structure and find what you need.
حجم الملف 2.04 MB
عدد التثبيتات 29
النسخة الحالية 0.1.1
آخر تحديث 2022-11-16
تاريخ النشر 2022-10-10
المطور https://artwo.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://links.artwo.io
عنوان صفحة المساعدة https://youtu.be/r52O_Ciol5A
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 3,
    "name": "Artwo.io tabs and favorites manager",
    "description": "Save and manage all your web pages in one place. Have AI help you structure and find what you need. ",
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}