OpenThem

Open websites with ease

什么是OpenThem?

OpenThem是由Ernesto Schiavo开发的Chrome扩展程序,该扩展的主要功能是“Open websites with ease”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载OpenThem扩展crx文件

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

扩展使用说明

                        OpenThem lets you open your favorite websites every time you launch Google Chrome!

With OpenThem you can:

    -  Open multiple websites at Chrome launch;
    -  Open links in incognito mode;
    -  Choose devices where to open your websites;
    -  Sync between all your Google Chrome instances;
    -  Open links only at some time during the day;
    -  ..and more!                    

扩展基本信息

名称 OpenThem OpenThem
ID cpedieeiekinilakigngnppinnnkgkpl
官方URL https://chromewebstore.google.com/detail/openthem/cpedieeiekinilakigngnppinnnkgkpl
简介 Open websites with ease
文件大小 10.66 MB
安装次数 36
当前版本 1.0.3
更新时间 2020-02-21
上架时间 2020-02-21
评分 5.00/5 共2次评分
开发者 Ernesto Schiavo
付费类型 free
支持的语言 en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/16x16.png",
        "19": "images\/19x19.png",
        "38": "images\/38x38.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "default_locale": "it",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "19": "images\/19x19.png",
            "38": "images\/38x38.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}