Tab url reader and opener
This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.
Tab url reader and openerとは何ですか?
Tab url reader and openerはhusypbによって開発されたChromeの拡張機能で、その主な機能は「This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.」です。
拡張機能のスクリーンショット
Tab url reader and opener拡張機能のCRXファイルをダウンロード
Tab url reader and opener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Tab url reader and opener |
ID | fodjpnjccjliapgmfjlcjnolcdolgemd |
公式URL | https://chromewebstore.google.com/detail/tab-url-reader-and-opener/fodjpnjccjliapgmfjlcjnolcdolgemd |
説明 | This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click. |
ファイルサイズ | 144 KB |
インストール数 | 30 |
現在のバージョン | 0.7.0 |
最終更新日 | 2017-02-09 |
公開日 | 2017-02-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | husypb |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab url reader and opener", "version": "0.7.0", "manifest_version": 2, "description": "This extension reads and lists the url of all open tabs. In addition it can save urls to open in separate tabs with a click.", "browser_action": { "default_icon": "pugapps48.png", "default_popup": "popup.html" }, "icons": { "16": "pugapps16.png", "48": "pugapps48.png", "128": "pugapps128.png" }, "permissions": [ "tabs" ] } |