Pinned Tabs
Keep Pinned Tabs When Open New Window
什麼是Pinned Tabs?
Pinned Tabs是由wnaklulu開發的Chrome擴展程式,該擴展的主要功能是“Keep Pinned Tabs When Open New Window”。
擴展截圖
下載Pinned Tabs擴展crx文件
下載Pinned Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The closed window is pinned the next time the label is reopened, and the new window automatically synchronizes pinned labels 1. Need to fix the tag right pinned tag 2. Open the extension input name to save the pinned label 3. Select enable next time will automatically open enabled tag group 4. [github](https://github.com/0851/pinned) 5. [demo](https://raw.githubusercontent.com/0851/pinned/master/images/use.mp4)
擴展基本資訊
名稱 | Pinned Tabs |
ID | biccgodmohjplafdhicdhkdeeejcmgia |
官方網址 | https://chromewebstore.google.com/detail/pinned-tabs/biccgodmohjplafdhicdhkdeeejcmgia |
簡介 | Keep Pinned Tabs When Open New Window |
檔案大小 | 41.32 KB |
安裝次數 | 24 |
目前版本 | 1.0.0 |
更新時間 | 2019-01-21 |
上架時間 | 2019-01-20 |
評分 | 5.00/5 共 2 次評分 |
開發者 | wnaklulu |
付費類型 | free |
擴展官網 | https://github.com/0851/pinned |
說明頁面URL | https://github.com/0851/pinned/issues |
支援的語言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_name_sort__", "version": "1.0.0", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon32.png", "48": "images\/icon64.png", "128": "images\/icon128.png" }, "default_popup": "popup.html", "default_title": "__MSG_ext_name__" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "common.js", "background.js" ], "persistent": false } } |