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.”。
擴展截圖
下載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 |
ID | lkiclilgocfgmldjhfkknbngkkepdako |
官方網址 | 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" ] } |