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 |
公式URL | 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!" } } |