Pin Them All
Pin all your tabs
什麼是Pin Them All?
Pin Them All是由ayayael12開發的Chrome擴展程式,該擴展的主要功能是“Pin all your tabs”。
擴展截圖
下載Pin Them All擴展crx文件
下載Pin Them All擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Quickly pin all your open tabs using the "Pin them all" context menu option                     擴展基本資訊
| 名稱 |   |  
| ID | ndabmaflbdfldmdlccmpccenpkgklhln | 
| 官方網址 | https://chromewebstore.google.com/detail/pin-them-all/ndabmaflbdfldmdlccmpccenpkgklhln | 
| 簡介 | Pin all your tabs | 
| 檔案大小 | 12.95 KB | 
| 安裝次數 | 12,621 | 
| 目前版本 | 0.1 | 
| 更新時間 | 2015-03-13 | 
| 上架時間 | 2015-03-13 | 
| 評分 | 1.00/5 共 5 次評分 | 
| 開發者 | ayayael12 | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Pin all your tabs",
    "version": "0.1",
    "name": "Pin Them All",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "pin.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}  |  |