Save All Tab URLs

Get the raw URLs of all your open tabs!

什么是Save All Tab URLs?

Save All Tab URLs是由Erisa A开发的Chrome扩展程序,该扩展的主要功能是“Get the raw URLs of all your open tabs!”。

扩展截图

screenshot

下载Save All Tab URLs扩展crx文件

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

扩展使用说明

                        When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!                    

扩展基本信息

名称 Save All Tab URLs Save All Tab URLs
ID bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
官方URL https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm
简介 Get the raw URLs of all your open tabs!
文件大小 13.36 KB
安装次数 1,851
当前版本 0.1.4
更新时间 2019-10-14
上架时间 2019-10-13
评分 5.00/5 共5次评分
开发者 Erisa A
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://erisa.uk/privacy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Tab URLs",
    "description": "Get the raw URLs of all your open tabs!",
    "version": "0.1.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "256": "icons\/logo-256.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/logo-48.png",
            "96": "icons\/logo-96.png",
            "256": "icons\/logo-256.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}