Tab Separator
Perfectly blank new tab page for separating groups of tabs. Now customizable!
Tab Separatorとは何ですか?
Tab Separatorはhttps://www.tylercharlesworth.comによって開発されたChromeの拡張機能で、その主な機能は「Perfectly blank new tab page for separating groups of tabs. Now customizable!」です。
拡張機能のスクリーンショット
Tab Separator拡張機能のCRXファイルをダウンロード
Tab Separator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Organize all of your tabs - quickly, cleanly, elegantly.
With Tab Separator, you get:
* A perfectly blank tab to put anywhere
* Customizable page titles
* New! Customizable new tab text: keep it blank or add quotes that'll motivate you throughout the day
Pro tip: You can customize your new tab page text with emoji... 🐙⚽🍻😊 拡張機能の基本情報
| 名前 | |
| ID | loifmfjjhcdpgpkmphgemeooklpjlihp |
| 公式URL | https://chromewebstore.google.com/detail/tab-separator/loifmfjjhcdpgpkmphgemeooklpjlihp |
| 説明 | Perfectly blank new tab page for separating groups of tabs. Now customizable! |
| ファイルサイズ | 586 KB |
| インストール数 | 738 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2017-04-19 |
| 公開日 | 2017-04-19 |
| 評価 | 4.20/5 合計 10 レビュー |
| 開発者 | https://www.tylercharlesworth.com |
| 支払い方法 | free |
| ヘルプページのURL | https://docs.google.com/forms/d/e/1FAIpQLSf7X1yki32ez2q9D0k_h2g767Wt5iGZsybyB8W3gvynCDuEOg/viewform |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.3",
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newtab.htm"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"options_page": "options.htm",
"page_action": {
"default_icon": {
"19": "images\/page19.png",
"38": "images\/page38.png"
},
"default_popup": "popup.htm"
},
"permissions": [
"storage",
"activeTab",
"declarativeContent"
]
} | |