Phlinx

Unlock a truly connected web! Get product reviews, videos, discussions, and articles on any topic, right in the Phlinx sidebar.

Phlinx là gì?

Phlinx là một tiện ích mở rộng Chrome được phát triển bởi phlinx, và tính năng chính của nó là "Unlock a truly connected web! Get product reviews, videos, discussions, and articles on any topic, right in the Phlinx sidebar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Phlinx

Tải xuống các tệp mở rộng Phlinx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With Phlinx installed, all you have to do is long click (click and hold) any piece of text on any website to immediately access a sidebar full of related information. It also works on links, which means you never have to leave your current tab and lose context.

Phlinx also automatically identifies people, locations, movies, games, products, and many other content types, and serves up context-specific information, such as trailers, social media links, travel guides, and more.

So what are you waiting for? Never lose your context again – just click, hold, and wait for the magic.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Phlinx Phlinx
ID jfempmidaeihapfgebideoelfjgnegab
URL Chính Thức https://chromewebstore.google.com/detail/phlinx/jfempmidaeihapfgebideoelfjgnegab
Mô tả Unlock a truly connected web! Get product reviews, videos, discussions, and articles on any topic, right in the Phlinx sidebar.
Kích Thước Tệp 3.7 MB
Số Lần Cài Đặt 2,453
Phiên Bản Hiện Tại 1.12.20
Cập Nhật Lần Cuối 2022-08-17
Ngày Phát Hành 2022-04-08
Đánh Giá 4.76/5 Tổng số 46 Đánh Giá
Nhà Phát Triển phlinx
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://phlinx.com
URL Trang Chính Sách Bảo Mật https://phlinx.com/extension/privacystatement
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Phlinx",
    "version": "1.12.20",
    "description": "Unlock a truly connected web! Get product reviews, videos, discussions, and articles on any topic, right in the Phlinx sidebar.",
    "background": {
        "scripts": [
            "js\/logs-control.js",
            "js\/lib\/common.js",
            "js\/lib\/jquery.js",
            "js\/lib\/vue.js",
            "js\/lib\/vuex.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/Icon_19.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/fonts.css"
            ],
            "js": [
                "js\/content-availability-checker.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/logs-control.js",
                "js\/inject\/js-api-override.js",
                "js\/inject\/custom-css-injector.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/common.js",
                "js\/lib\/jquery.js",
                "js\/lib\/vue.js",
                "js\/lib\/vuex.js",
                "js\/inject\/inboxsdk.js",
                "js\/inject\/compat-fixes.js",
                "js\/content-frame-start.js"
            ],
            "css": [
                "css\/phlinx.css",
                "css\/hint.base.min.css",
                "js\/content.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "toggle-black-list": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Ctrl+Shift+E",
                "mac": "MacCtrl+Shift+E"
            },
            "description": "Toggle Black List"
        },
        "show-empty-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "windows": "Ctrl+Shift+Space",
                "mac": "MacCtrl+Shift+Space"
            },
            "description": "Show empty Sidebar"
        },
        "show-history-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "windows": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "Show History Sidebar"
        },
        "toggle-api-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "windows": "Ctrl+Shift+Y",
                "mac": "MacCtrl+Shift+Y"
            },
            "description": "Toggle Dev\/Prod API"
        }
    },
    "icons": {
        "16": "img\/Icon_16.png",
        "19": "img\/Icon_19.png",
        "48": "img\/Icon_48.png",
        "128": "img\/Icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "pdf\/*",
        "templates\/*",
        "img\/*",
        "font\/*",
        "js\/inline\/*",
        "js\/content.js",
        "css\/inject\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "commands",
        "contextMenus",
        "tabs",
        "browsingData",
        "webRequest",
        "webRequestBlocking"
    ]
}