Save pin tab 2
Makes it possible to pin tabs permanently.
什麼是Save pin tab 2?
Save pin tab 2是由mktakuya開發的Chrome擴展程式,該擴展的主要功能是“Makes it possible to pin tabs permanently.”。
下載Save pin tab 2擴展crx文件
下載Save pin tab 2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Makes it possible to pin tabs permanently. This is fork of Save-pin-tab. This fork add support manifest version 2 to it.
擴展基本資訊
名稱 | |
ID | kifklnehlfjklnmjjflcomnfngbfkjga |
官方網址 | https://chrome.google.com/webstore/detail/save-pin-tab-2/kifklnehlfjklnmjjflcomnfngbfkjga |
簡介 | Makes it possible to pin tabs permanently. |
檔案大小 | 22.7 KB |
安裝次數 | 127 |
目前版本 | 0.1 |
更新時間 | 2016-06-03 |
上架時間 | 2016-06-03 |
評分 | 2.50/5 共 2 次評分 |
開發者 | mktakuya |
付費類型 | free |
支援的語言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save pin tab 2", "version": "0.1", "manifest_version": 2, "description": "Makes it possible to pin tabs permanently.", "permissions": [ "tabs" ], "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png" }, "background": { "scripts": [ "background.js" ] } } |