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
官方網址 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"
    ]
}