plugilo

plugilo optimizes your bookmarks and guides you through the web

什么是plugilo?

plugilo是由https://plugilo.com开发的Chrome扩展程序,该扩展的主要功能是“plugilo optimizes your bookmarks and guides you through the web”。

扩展截图

screenshot
screenshot
screenshot

下载plugilo扩展crx文件

下载plugilo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        plugilo is a unique combination of internet directory, bookmarking solution and content network.

All the information you need already exists on the Internet - the only question is where and how to use it effectively. Researching and filtering for relevant information is cumbersome and time consuming. There is an information chaos with countless websites without certainty for accuracy and without uniform data structures. Search engines prioritize the results according to their own logic, which could be prepared by industry specialists much better and more targeted.

plugilo revolutionizes the organization of data and provides apps that are fixed to the user in the browser, be anchored in the mobile phone or on the homepage. In addition, highlights and relevant websites can be selected and their own bookmarks organized. Industry specialists present target group-specific theme worlds, making navigation on the Internet much easier. plugilo provides an innovative solution to deal with the daily flood of information and will also enable automatic data exchange for business applications.

plugilo Inc. / DCI AG

SAVE CONTENT LINK WITH JUST A SIMPLE WAY
- Click the Plugilo button in the browser toolbar

EASY TO CREATE A NEW LIST
- In extension popup, click the "Create new list" button to create a new list quickly

READ SAVED CONTENT LINKS ON PLUGILO NETWORK
- In extension popup, click the Plugilo icon at the top bar to explore Plugilo network
- In extension popup, Hover and click the "Open List" button besides List name to see all list content                    

扩展基本信息

名称 plugilo plugilo
ID hkfgkcjmohhngcmkcdohhapbnkfigedm
官方URL https://chromewebstore.google.com/detail/plugilo/hkfgkcjmohhngcmkcdohhapbnkfigedm
简介 plugilo optimizes your bookmarks and guides you through the web
文件大小 344 KB
安装次数 142
当前版本 3.4.8
更新时间 2024-01-31
上架时间 2020-06-28
评分 5.00/5 共1次评分
开发者 https://plugilo.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://plugilo.com
帮助页面URL https://www.plugilo.info/kontakt-1
隐私政策页面URL https://plugilo.com/policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "plugilo",
    "manifest_version": 3,
    "name": "plugilo",
    "description": "plugilo optimizes your bookmarks and guides you through the web",
    "version": "3.4.8",
    "action": {
        "default_icon": "images\/icon-16.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "js\/backgroundPage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "exclude_matches": [
                "*:\/\/*.plugilo.com\/*",
                "*:\/\/*.plugilo.de\/*"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentScriptSidebarChecker.js"
            ],
            "exclude_matches": [
                "*:\/\/*.plugilo.com\/*",
                "*:\/\/*.plugilo.de\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png",
        "1024": "images\/icon-1024.png"
    },
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo_plugilo_black.svg",
                "frame.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}