Forever pinned
Allows you to open a set of pinned tabs when chrome starts up
什麼是Forever pinned?
Forever pinned是由scottw.io開發的Chrome擴展程式,該擴展的主要功能是“Allows you to open a set of pinned tabs when chrome starts up”。
擴展截圖
下載Forever pinned擴展crx文件
下載Forever pinned擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue. • Open a list of pinned tabs on startup • Option to reopen pinned tabs when a new window is create • Remove any duplicate tabs created while using multiple windows
擴展基本資訊
名稱 | Forever pinned |
ID | nigigpmchbpkjjgncmpiggfnikllldlh |
官方網址 | https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh |
簡介 | Allows you to open a set of pinned tabs when chrome starts up |
檔案大小 | 311 KB |
安裝次數 | 8,711 |
目前版本 | 0.29 |
更新時間 | 2019-02-02 |
上架時間 | 2019-02-02 |
評分 | 3.92/5 共 38 次評分 |
開發者 | scottw.io |
付費類型 | free |
擴展官網 | http://www.scottw.io |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Forever pinned", "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "js\/q.js", "js\/lodash.js", "js\/startup.js" ] }, "options_page": "options.html", "description": "Allows you to open a set of pinned tabs when chrome starts up", "version": "0.29", "browser_action": { "default_title": "Click to get restore Pinned Tabs!" } } |