Easy Tab URL
Allow you get all tab's url, save to local file system, load all urls from file, etc.
Easy Tab URLとは何ですか?
Easy Tab URLはcoder.chenzhiによって開発されたChromeの拡張機能で、その主な機能は「Allow you get all tab's url, save to local file system, load all urls from file, etc.」です。
拡張機能のスクリーンショット
Easy Tab URL拡張機能のCRXファイルをダウンロード
Easy Tab URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features:
- get all tabs' urls
- copy all tabs' urls to clipboard(Chrome only!)
- save all tabs' urls to local file
- read local file and open all urls in the file(file generated from 'save' function)
This extension is opensourced at https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension.
==========ChangeLog===========
2018.3.11 (v0.4.0)
- add tab titles (this is compatible with old version's file format)
- open all urls in new window
- keep the tab order when open all urls from local file 拡張機能の基本情報
| 名前 | |
| ID | fccbmnpilngffifjlblcnaaeoahbamfp |
| 公式URL | https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp |
| 説明 | Allow you get all tab's url, save to local file system, load all urls from file, etc. |
| ファイルサイズ | 642 KB |
| インストール数 | 691 |
| 現在のバージョン | 0.4.0 |
| 最終更新日 | 2018-03-11 |
| 公開日 | 2018-03-10 |
| 評価 | 4.09/5 合計 11 レビュー |
| 開発者 | coder.chenzhi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Easy Tab URL",
"version": "0.4.0",
"description": "Allow you get all tab's url, save to local file system, load all urls from file, etc.",
"browser_action": {
"default_icon": "images\/16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"tabs"
],
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |