Pin Tabs
Pin Tabs on Chrome by default or manually under all windows
什麼是Pin Tabs?
Pin Tabs是由Anand Sudhanaboina開發的Chrome擴展程式,該擴展的主要功能是“Pin Tabs on Chrome by default or manually under all windows”。
擴展截圖
下載Pin Tabs擴展crx文件
下載Pin Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pin tabs on chrome by default or click the extension icon to manually pin all tabs. Under the options page you can toggle: 1. Auto-pin new tabs 2. Pin all tabs under all windows on click
擴展基本資訊
名稱 | |
ID | achoaodpkagkocipghglppnbagjheoni |
官方網址 | https://chrome.google.com/webstore/detail/pin-tabs/achoaodpkagkocipghglppnbagjheoni |
簡介 | Pin Tabs on Chrome by default or manually under all windows |
檔案大小 | 22.72 KB |
安裝次數 | 676 |
目前版本 | 1.0 |
更新時間 | 2017-03-14 |
上架時間 | 2017-03-14 |
評分 | 4.38/5 共 13 次評分 |
開發者 | Anand Sudhanaboina |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pin Tabs", "version": "1.0", "manifest_version": 2, "description": "Pin Tabs on Chrome by default or manually under all windows", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "icons": { "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon128.png", "default_title": "Pin Tabs" } } |