Save pin tab
タブ固定の状態を保存するエクステンション。通常通りタブを右クリックして「タブを固定」を設定し、再度タブを開くとタブが固定されます。解除したい場合は、同様にタブを右クリックして「タブの固定を解除」で解除されます。
What is Save pin tab?
Save pin tab is a Chrome extension developed by keiji0, and its main feature is "タブ固定の状態を保存するエクステンション。通常通りタブを右クリックして「タブを固定」を設定し、再度タブを開くとタブが固定されます。解除したい場合は、同様にタブを右クリックして「タブの固定を解除」で解除されます。".
Extension Screenshots
Download Save pin tab Extension CRX File
Download Save pin tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
注意点 - v0.1.3にアップデートされると以前にPinしていたタブ情報が失われるため再度Pinしてください。 リリースログ - v0.1.3: Manifest V3に対応。localStorageが使えなくなったため、chrome.storageに移行
Extension Basic Information
Name | Save pin tab |
ID | bkcpdcldomniehifhidlnjhmmodaiabj |
Official URL | https://chromewebstore.google.com/detail/save-pin-tab/bkcpdcldomniehifhidlnjhmmodaiabj |
Description | タブ固定の状態を保存するエクステンション。通常通りタブを右クリックして「タブを固定」を設定し、再度タブを開くとタブが固定されます。解除したい場合は、同様にタブを右クリックして「タブの固定を解除」で解除されます。 |
File Size | 14.07 KB |
Installation Count | 1,049 |
Current Version | 0.1.3 |
Last Updated | 2022-08-03 |
Publish Date | 2017-03-25 |
Rating | 4.69/5 Total 13 Ratings |
Developer | keiji0 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/keiji0/Save-pin-tab |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save pin tab", "version": "0.1.3", "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "\u30bf\u30d6\u56fa\u5b9a\u306e\u72b6\u614b\u3092\u4fdd\u5b58\u3059\u308b\u30a8\u30af\u30b9\u30c6\u30f3\u30b7\u30e7\u30f3\u3002\u901a\u5e38\u901a\u308a\u30bf\u30d6\u3092\u53f3\u30af\u30ea\u30c3\u30af\u3057\u3066\u300c\u30bf\u30d6\u3092\u56fa\u5b9a\u300d\u3092\u8a2d\u5b9a\u3057\u3001\u518d\u5ea6\u30bf\u30d6\u3092\u958b\u304f\u3068\u30bf\u30d6\u304c\u56fa\u5b9a\u3055\u308c\u307e\u3059\u3002\u89e3\u9664\u3057\u305f\u3044\u5834\u5408\u306f\u3001\u540c\u69d8\u306b\u30bf\u30d6\u3092\u53f3\u30af\u30ea\u30c3\u30af\u3057\u3066\u300c\u30bf\u30d6\u306e\u56fa\u5b9a\u3092\u89e3\u9664\u300d\u3067\u89e3\u9664\u3055\u308c\u307e\u3059\u3002", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ] } |