Pin'em All

Allows user to pin all open tabs or to unpin all pinned tabs

什麼是Pin'em All?

Pin'em All是由Uman開發的Chrome擴展程式,該擴展的主要功能是“Allows user to pin all open tabs or to unpin all pinned tabs”。

擴展截圖

screenshot

下載Pin'em All擴展crx文件

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

擴展使用說明

                        Simple chrome extension adding pop-up menu which allows user to pin all open tabs or to unpin all currently pinned tabs with one button click.                    

擴展基本資訊

名稱 Pin'em All Pin'em All
ID flbdaephiokahpnlkglmfjocndjcpegl
官方網址 https://chromewebstore.google.com/detail/pinem-all/flbdaephiokahpnlkglmfjocndjcpegl
簡介 Allows user to pin all open tabs or to unpin all pinned tabs
檔案大小 17.13 KB
安裝次數 397
目前版本 1.0
更新時間 2016-09-16
上架時間 2016-09-16
評分 4.75/5 共 8 次評分
開發者 Uman
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.umanski.me
說明頁面URL http://www.umanski.me
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin'em All",
    "version": "1.0",
    "description": "Allows user to pin all open tabs or to unpin all pinned tabs",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "Pin'em ALl",
        "default_popup": "popup.html"
    }
}