Another Tab
Another Tab Chrome Extension
Another Tabとは何ですか?
Another TabはDumb Sloth Developmentによって開発されたChromeの拡張機能で、その主な機能は「Another Tab Chrome Extension」です。
拡張機能のスクリーンショット
Another Tab拡張機能のCRXファイルをダウンロード
Another Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An open source Chrome extension that shows your bookmarks when you open a new tab.
Source code is available on GitHub: https://github.com/mmazzarolo/chrome-another-tab 拡張機能の基本情報
| 名前 | |
| ID | oaaeanlgefipegfcbgpgnhhnpengdjld |
| 公式URL | https://chromewebstore.google.com/detail/another-tab/oaaeanlgefipegfcbgpgnhhnpengdjld |
| 説明 | Another Tab Chrome Extension |
| ファイルサイズ | 507 KB |
| インストール数 | 75 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2019-03-08 |
| 公開日 | 2019-03-08 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Dumb Sloth Development |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mmazzarolo/chrome-another-tab |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Another Tab",
"description": "Another Tab Chrome Extension",
"version": "1.1.0",
"version_name": "1.1.0",
"manifest_version": 2,
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
],
"browser_action": {
"default_title": "Another Tab",
"default_icon": "icon48.png"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon;"
} | |