Multilink

open all links in tabs

什麼是Multilink?

Multilink是由Nikhil & Suraj開發的Chrome擴展程式,該擴展的主要功能是“open all links in tabs”。

擴展截圖

screenshot

下載Multilink擴展crx文件

下載Multilink擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This application is for those people who are lazy to open multiple links one at a time.

All you have to do is paste all the links in the text box and press open. all the links will be opend at a time.

Hope you find it usefull                    

擴展基本資訊

名稱 Multilink Multilink
ID hakpaefefpemiaahboigpjchbmgkejaj
官方網址 https://chrome.google.com/webstore/detail/multilink/hakpaefefpemiaahboigpjchbmgkejaj
簡介 open all links in tabs
檔案大小 281 KB
安裝次數 6,114
目前版本 4.1
更新時間 2014-04-28
上架時間 2014-04-28
評分 3.97/5 共 35 次評分
開發者 Nikhil & Suraj
付費類型 free
支援的語言 en-US
manifest.json
{
    "browser_action": {
        "default_icon": "i.png",
        "default_title": "Multilink",
        "default_popup": "popup.html"
    },
    "description": "open all links in tabs",
    "icons": {
        "128": "i.png",
        "16": "i.png",
        "48": "i.png"
    },
    "manifest_version": 2,
    "name": "Multilink",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.1"
}