Grab Urls

This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.

Grab Urlsとは何ですか?

Grab UrlsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.」です。

拡張機能のスクリーンショット

screenshot

Grab Urls拡張機能のCRXファイルをダウンロード

Grab Urls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever run into a scenario in which you need to close your web browser but have a bunch of tabs open? Have you opened many tabs while researching on some topic and you want to save all the links? Do you dread going through multiple tabs and copy pasting URLs repeatedly? If situations like these sound familiar, then this extension will help you. Simply install it to start grabbing the all the URLs of the tabs you have open at once so that you can easily copy and paste them into a location of your choosing.                    

拡張機能の基本情報

名前 Grab Urls Grab Urls
ID lkiclilgocfgmldjhfkknbngkkepdako
公式URL https://chromewebstore.google.com/detail/grab-urls/lkiclilgocfgmldjhfkknbngkkepdako
説明 This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.
ファイルサイズ 27.08 KB
インストール数 310
現在のバージョン 1.0.0
最終更新日 2020-02-08
公開日 2020-02-08
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grab Urls",
    "version": "1.0.0",
    "description": "This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "author": "Muhammad Talha",
    "permissions": [
        "tabs"
    ]
}