Pin Them All
Pin all your tabs
Pin Them Allとは何ですか?
Pin Them Allはayayael12によって開発されたChromeの拡張機能で、その主な機能は「Pin all your tabs」です。
拡張機能のスクリーンショット
Pin Them All拡張機能のCRXファイルをダウンロード
Pin Them All拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly pin all your open tabs using the "Pin them all" context menu option 拡張機能の基本情報
| 名前 | |
| ID | ndabmaflbdfldmdlccmpccenpkgklhln |
| 公式URL | https://chromewebstore.google.com/detail/pin-them-all/ndabmaflbdfldmdlccmpccenpkgklhln |
| 説明 | Pin all your tabs |
| ファイルサイズ | 12.95 KB |
| インストール数 | 12,621 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2015-03-13 |
| 公開日 | 2015-03-13 |
| 評価 | 1.00/5 合計 5 レビュー |
| 開発者 | ayayael12 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"description": "Pin all your tabs",
"version": "0.1",
"name": "Pin Them All",
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"pin.js"
]
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
} | |