MyPages - Web Page Info & Tab Manager

Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages.

什麼是MyPages - Web Page Info & Tab Manager?

MyPages - Web Page Info & Tab Manager是由Ferenc Móricz開發的Chrome擴展程式,該擴展的主要功能是“Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages.”。

擴展截圖

screenshot
screenshot

下載MyPages - Web Page Info & Tab Manager擴展crx文件

下載MyPages - Web Page Info & Tab Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Navigate quickly between your pages - Info Popup with the page thumbnail will help you,
See ALL of your laptop's and desktop's opened tabs in one tab manager,
Suspend, tag, save, send or close bunch of pages with a few clicks!

Our feature rich Tab Manager helps you with the following tools:
- Multi-selection feature and context menu to easily access the basic functions.
- Tagging: You can add tags to each page during browsing.
- Filtering: Narrow tab list by entering parts of the page title, url, or tag list.
- Sorting: Reorder the list by clicking on the column header; multi-sort also supported! (shift-click)

Our page Info Popup acts like a cover page of a book; it shows some important but usually hidden information:
page title | description | thumbnail picture | first visit date | and a bigger version of its icon.                    

擴展基本資訊

名稱 MyPages - Web Page Info & Tab Manager MyPages - Web Page Info & Tab Manager
ID lkmhnndhoghbanemljpkllckkhjjogok
官方網址 https://chrome.google.com/webstore/detail/mypages-web-page-info-tab/lkmhnndhoghbanemljpkllckkhjjogok
簡介 Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages.
檔案大小 734 KB
安裝次數 64
目前版本 1.9.3
更新時間 2021-09-29
上架時間 2020-06-14
評分 4.00/5 共 2 次評分
開發者 Ferenc Móricz
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.ferenk.dev/projects/mypages/?utm_source=cws&utm_medium=link&utm_campaign=cws_static_link
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyPages - Web Page Info & Tab Manager",
    "version": "1.9.3",
    "manifest_version": 2,
    "description": "Tab manager, Web page info summary popup - It helps you to EFFECTIVELY browse, search, save and share your pages.",
    "icons": {
        "128": "img\/mypages_icon.png"
    },
    "browser_action": {
        "default_icon": "img\/mypages_icon.png",
        "default_popup": "popup.html",
        "popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/3rdparty\/watch.js",
            "js\/3rdparty\/jquery.min.js",
            "js\/core\/util.js",
            "js\/core\/utilUi.js",
            "js\/background.js",
            "js\/support\/license.js",
            "js\/support\/license-chrome_web_store.js",
            "js\/support\/license-chargebee.js",
            "js\/3rdparty\/chargebee.js",
            "js\/session\/storage_tabs.js",
            "js\/session\/browser_tabs.js",
            "js\/session\/pages.js",
            "js\/support\/support.js",
            "js\/tools\/tools.js",
            "js\/popup.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "offline_enabled": true,
    "permissions": [
        "https:\/\/www.googleapis.com\/",
        "unlimitedStorage",
        "storage",
        "clipboardWrite",
        "identity",
        "identity.email",
        "history",
        "notifications",
        "processes",
        "tabs",
        ""
    ],
    "oauth2": {
        "client_id": "111595327638-a4effslgr4fehfnbnevad1405o0l712a.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "commands": {
        "Tab Manager": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "Switch to Tab Manager Window"
        }
    }
}